mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-24 21:53:56 +00:00
crates
This commit is contained in:
parent
2447e1d5be
commit
4eb47abde7
@ -24,8 +24,8 @@ Lints included in this crate:
|
||||
To use, add the following lines to your Cargo.toml:
|
||||
|
||||
```
|
||||
[dev-dependencies.rust-clippy]
|
||||
git = "https://github.com/Manishearth/rust-clippy"
|
||||
[dev-dependencies]
|
||||
rust-clippy = "*"
|
||||
```
|
||||
|
||||
In your code, you may add `#![plugin(clippy)]` to use it (you may also need to include a `#![feature(plugin)]` line)
|
||||
|
Loading…
Reference in New Issue
Block a user