Skip to content

Commit 1d523ce

Browse files
Darren TsungDarren Tsung
authored andcommitted
Add “, add these lines” as well as removing the extra space between the attributes to make it more clear that both should be included.
1 parent 2179f4d commit 1d523ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,10 @@ clippy = {version = "*", optional = true}
4040
default = []
4141
```
4242

43-
And, in your `main.rs` or `lib.rs`:
43+
And, in your `main.rs` or `lib.rs`, add these lines:
4444

4545
```rust
4646
#![cfg_attr(feature="clippy", feature(plugin))]
47-
4847
#![cfg_attr(feature="clippy", plugin(clippy))]
4948
```
5049

0 commit comments

Comments
 (0)