similar_names should be allow-by-default

This commit is contained in:
Oliver Schneider 2016-05-02 10:53:09 +02:00
parent 10f468e679
commit ee35c3722a

View file

@ -15,7 +15,7 @@ use utils::{span_lint_and_then, in_macro, span_lint};
/// **Example:** `checked_exp` and `checked_expr`
declare_lint! {
pub SIMILAR_NAMES,
Warn,
Allow,
"similarly named items and bindings"
}