From 433c834897c1e10f074060ac768ca5bd377138b2 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sun, 28 Dec 2014 20:12:48 +0530 Subject: [PATCH] more readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3d5e366f56db..12f7557a8d40 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ Lints included in this crate: - `clippy_str_to_string`: Warns on usage of `str::to_string()` - `clippy_toplevel_ref_arg`: Warns when a function argument is declared `ref` (i.e. `fn foo(ref x: u8)`, but not `fn foo((ref x, ref y): (u8, u8))`). +You can allow/warn/deny the whole set using the `clippy` lint group (`#[allow(clippy)]`, etc) + + More to come, please [file an issue](https://github.com/Manishearth/rust-clippy/issues) if you have ideas! Licensed under [MPL](https://www.mozilla.org/MPL/2.0/). If you're having issues with the license, let me know and I'll try to change it to something more permissive.