warn on anon params in 015
This commit is contained in:
parent
b638d8c75f
commit
20723178cc
1 changed files with 1 additions and 1 deletions
|
@ -630,7 +630,7 @@ declare_lint! {
|
|||
pub ANONYMOUS_PARAMETERS,
|
||||
Allow,
|
||||
"detects anonymous parameters",
|
||||
Edition::Edition2018 => Warn
|
||||
Warn,
|
||||
}
|
||||
|
||||
/// Checks for use of anonymous parameters (RFC 1685)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue