From ed7ac0d9b5ff57bda043b088ba81c73e84bc5c83 Mon Sep 17 00:00:00 2001 From: mcarton Date: Sat, 28 May 2016 16:50:34 +0200 Subject: [PATCH] Add a README for `clippy_lints` This avoids the error: > error: failed to read `/tmp/tralala/clippy_lints/README.md` when publishing. --- clippy_lints/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 clippy_lints/README.md diff --git a/clippy_lints/README.md b/clippy_lints/README.md new file mode 100644 index 000000000..517969079 --- /dev/null +++ b/clippy_lints/README.md @@ -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).