Add a README for clippy_lints

This avoids the error:

> error: failed to read `/tmp/tralala/clippy_lints/README.md`

when publishing.
This commit is contained in:
mcarton 2016-05-28 16:50:34 +02:00
parent 3341940a97
commit ed7ac0d9b5

3
clippy_lints/README.md Normal file
View file

@ -0,0 +1,3 @@
This crate contains Clippy lints. For the main crate, check
[*cargo.io*](https://crates.io/crates/clippy) or
[GitHub](https://github.com/Manishearth/rust-clippy).