You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> We use `cargo clippy` to ensure high-quality code and to enforce a set of best practices for Rust programming. However, not all lints provided by `cargo clippy` are relevant or applicable to our project.
8
+
> We may choose to ignore some lints if they are unstable, experimental, or specific to our project.
9
+
> If you are unsure about a lint, please ask us in the [rustup Discord channel](https://discord.com/channels/442252698964721669/463480252723888159).
7
10
5. Commit your changes: `git commit -am 'Add some feature'`
8
11
6. Push to the branch: `git push origin my-new-feature`
0 commit comments