-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
rustfmt: format comments #5744
rustfmt: format comments #5744
Conversation
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
9974918
to
7ab732b
Compare
369f733
to
c302e9c
Compare
7ab732b
to
866e3bf
Compare
c302e9c
to
ff38393
Compare
866e3bf
to
f1571f5
Compare
ff38393
to
c01a2d1
Compare
f1571f5
to
88907a4
Compare
c01a2d1
to
3210d34
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's definitely some rough edges, but I think we'll eventually be able to land this! There were a lot of places that created weirdness, and sometimes my review comments are a bit terse, so please don't take them negatively. Once we cleanup those bits, this should be good to go. Please do it in new commits so that I don't have to go through the whole thing again 🙏
token/program-2022/src/extension/confidential_transfer/instruction.rs
Outdated
Show resolved
Hide resolved
token/program-2022/src/extension/confidential_transfer/instruction.rs
Outdated
Show resolved
Hide resolved
😅 😅 😅 I will probably not do this right away hah. Thanks for a thorough review though! |
Please do it on the sooner side to avoid merge conflicts later! I really don't want to go through all of this again. |
Ah nuts. |
88907a4
to
0413540
Compare
3210d34
to
39aca11
Compare
39aca11
to
e49bd7c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// Start Governance custom errors from 500 to avoid conflicts with programs | ||
// invoked via CPI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Much better!
/// 6. `[signer]` Payer | ||
/// 7. `[]` bpf_upgradeable_loader program | ||
/// 8. `[]` System program | ||
/// 9. `[]` Sysvar Rent | ||
/// 10. `[signer]` Governance authority | ||
/// 11. `[]` RealmConfig account. PDA seeds: ['realm-config', realm] | ||
/// 11. `[]` RealmConfig account. | ||
/// * PDA seeds: ['realm-config', realm] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really like these!
Merge activity
|
0413540
to
4005ab6
Compare
e49bd7c
to
b0f135a
Compare
Pull request has been modified.
This PR adds comment formatting configurations to the repository's
rustfmt.toml
file, and the associated changes fromcargo +nightly fmt --all
.Comment width 80.