Skip to content

Commit f3bd0ee

Browse files
committed
Use beta and give more explanation
Signed-off-by: hi-rustin <[email protected]>
1 parent b842e57 commit f3bd0ee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
1. Fork it!
44
2. Create your feature branch: `git checkout -b my-new-feature`
55
3. Test it: `cargo test`
6-
4. Lint it: `cargo +nightly clippy --all --all-targets -- -D warnings`
6+
4. Lint it: `cargo +beta clippy --all --all-targets -- -D warnings`
7+
> 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).
710
5. Commit your changes: `git commit -am 'Add some feature'`
811
6. Push to the branch: `git push origin my-new-feature`
912
7. Submit a pull request :D

0 commit comments

Comments
 (0)