Skip to content

Commit 0da3521

Browse files
committed
Reword 'Setup' a bit
1 parent b030114 commit 0da3521

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
117117
In this case you can try to conditionally install Clippy from the git repo.
118118

119119
```yaml

doc/adding_lints.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)