mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 07:04:18 +00:00
Fixed spelling error
Fixed a spelling error and added a comma in the README.md file.
This commit is contained in:
parent
5874466646
commit
a275d99628
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ More to come, please [file an issue](https://github.com/Manishearth/rust-clippy/
|
|||
|
||||
##Usage
|
||||
|
||||
Compiler plugins are highly unstable and will only work with a nightly Rust for now. Since stable Rust is backwards compatible you hsould be able to compile your stable programs with nightly Rust with clippy plugged in to circumvent this.
|
||||
Compiler plugins are highly unstable and will only work with a nightly Rust for now. Since stable Rust is backwards compatible, you should be able to compile your stable programs with nightly Rust with clippy plugged in to circumvent this.
|
||||
|
||||
Add in your `Cargo.toml`:
|
||||
```toml
|
||||
|
|
Loading…
Reference in a new issue