From 79bf774e9b552862041b8dc2a49ac5ddcc91bffa Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Wed, 12 Aug 2015 21:25:26 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a947e12ecf..b61f3561302 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ You can add options to `allow`/`warn`/`deny`: - only some lints (`#![deny(single_match, box_vec)]`, etc) - `allow`/`warn`/`deny` can be limited to a single function or module using `#[allow(...)]`, etc -*`deny` produces error instead of warnings* +Note: `deny` produces errors instead of warnings To have cargo compile your crate with clippy without needing `#![plugin(clippy)]` in your code, you can use: