use span_lint_and_help, cargo dev fmt
This commit is contained in:
parent
139e2c6227
commit
40bbdffc89
4 changed files with 64 additions and 45 deletions
|
@ -734,7 +734,7 @@ pub static ref ALL_LINTS: Vec<Lint> = vec![
|
|||
Lint {
|
||||
name: "if_let_mutex",
|
||||
group: "correctness",
|
||||
desc: "default lint description",
|
||||
desc: "locking a `Mutex` in an `if let` block can cause deadlocks",
|
||||
deprecation: None,
|
||||
module: "if_let_mutex",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue