ink
ink copied to clipboard
chore: minor improvement for docs
Summary
Closes #_
- [ ] y/n | Does it introduce breaking changes?
- [ ] y/n | Is it dependent on a specific version of
cargo-contractorpallet-revive?
minor improvement for docs
Description
Checklist before requesting a review
- [ ] I have added an entry to
CHANGELOG.md - [ ] I have commented on my code, particularly in hard-to-understand areas
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] Any dependent changes have been merged and published in downstream modules
Thank you!
@Daanvdplas My pleasure. If there's anything need I to do, please feel free to tell me.
@ledigang The CI is failing due to cargo fmt. Can you run
find . -name "Cargo.toml" | xargs -n1 -I{} bash -c "echo {}; cargo +nightly fmt --all --manifest-path={}"
in the repository?
@ledigang The CI is failing due to
cargo fmt. Can you runfind . -name "Cargo.toml" | xargs -n1 -I{} bash -c "echo {}; cargo +nightly fmt --all --manifest-path={}"in the repository?
@cmichi @Daanvdplas Thank you for your approval.
Rebased and executed the cmd.
Please review it again.