]> git.lizzy.rs Git - rust.git/commit
update readme to specify both lint groups are needed for the whole set
authorEmanuel Czirai <zazdxscf@gmail.com>
Mon, 9 Nov 2015 05:49:44 +0000 (06:49 +0100)
committerEmanuel Czirai <zazdxscf@gmail.com>
Mon, 9 Nov 2015 05:49:44 +0000 (06:49 +0100)
commit44b2b264466c112c148142e6b3233d3c6f1b1b76
tree07e627922f40686e0087201daef780389652bb0b
parent140c34f85e2df99cbd06c6fc8e71fa4234c25acd
update readme to specify both lint groups are needed for the  whole set

As a new user and newbie to rust, after reading this part of the readme("whole set"), I thought I was seeing a bug when I used `#![deny(clippy)]` but also had to add `#![deny(shadow_unrelated)]`.
But this explained it: https://github.com/Manishearth/rust-clippy/blob/3322ffa8a048ef5369d3cdd914869fdf383473a4/src/lib.rs#L108
README.md