File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -107,13 +107,13 @@ script:
107107 - cargo clippy
108108 # if you want the build job to fail when encountering warnings, use
109109 - cargo clippy -- -D warnings
110- # in order to also check tests and none -default crate features, use
110+ # in order to also check tests and non -default crate features, use
111111 - cargo clippy --all-targets --all-features -- -D warnings
112112 - cargo test
113113 # etc.
114114```
115115
116- It might happen that Clippy is not available for a certain nightly release.
116+ If you are on nightly, It might happen that Clippy is not available for a certain nightly release.
117117In this case you can try to conditionally install Clippy from the git repo.
118118
119119``` yaml
Original file line number Diff line number Diff line change @@ -23,9 +23,10 @@ because that's clearly a non-descriptive name.
2323
2424### Setup
2525
26- Clippy depends on the current git master version of rustc, which can change rapidly. Make sure you're
27- working near rust-clippy's master, and use the ` setup-toolchain.sh ` script to configure the appropriate
28- toolchain for this directory.
26+ When working on Clippy, you will need the current git master version of rustc,
27+ which can change rapidly. Make sure you're working near rust-clippy's master,
28+ and use the ` setup-toolchain.sh ` script to configure the appropriate toolchain
29+ for the Clippy directory.
2930
3031### Testing
3132
You can’t perform that action at this time.
0 commit comments