similar_names should be allow-by-default
This commit is contained in:
parent
10f468e679
commit
ee35c3722a
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue