Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document entry_point in cosmwasm-std instead of derive (backport #2245) #2266

Merged
merged 2 commits into from
Sep 24, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Sep 24, 2024

Closes #2186

Turns out we can document the re-export instead of the function definition. This also executes the doc tests as part of cosmwasm-std.


This is an automatic backport of pull request #2245 done by Mergify.

Closes #2186

(cherry picked from commit e230048)

# Conflicts:
#	Cargo.lock
#	packages/derive/Cargo.toml
#	packages/derive/src/lib.rs
#	packages/std/src/lib.rs
@mergify mergify bot added the conflicts label Sep 24, 2024
Copy link
Contributor Author

mergify bot commented Sep 24, 2024

Cherry-pick of e230048 has failed:

On branch mergify/bp/release/2.0/pr-2245
Your branch is up to date with 'origin/release/2.0'.

You are currently cherry-picking commit e230048f1.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   Cargo.lock
	both modified:   packages/derive/Cargo.toml
	both modified:   packages/derive/src/lib.rs
	both modified:   packages/std/src/lib.rs

no changes added to commit (use "git add" and/or "git commit -a")

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

@aumetra aumetra force-pushed the mergify/bp/release/2.0/pr-2245 branch from eb2efe1 to d7cbd5f Compare September 24, 2024 14:28
@aumetra aumetra linked an issue Sep 24, 2024 that may be closed by this pull request
@aumetra aumetra merged commit 5a0af8c into release/2.0 Sep 24, 2024
27 checks passed
@aumetra aumetra deleted the mergify/bp/release/2.0/pr-2245 branch September 24, 2024 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Backport #2245
2 participants