mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
oops
This commit is contained in:
parent
4eb47abde7
commit
2ffbdfdcd0
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ To use, add the following lines to your Cargo.toml:
|
|||
|
||||
```
|
||||
[dev-dependencies]
|
||||
rust-clippy = "*"
|
||||
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 a new issue