Properly deprecate panic_params lint
This commit is contained in:
parent
113c1476c9
commit
dd4e471b3f
5 changed files with 17 additions and 8 deletions
|
|
@ -1831,13 +1831,6 @@ vec![
|
|||
deprecation: None,
|
||||
module: "panic_in_result_fn",
|
||||
},
|
||||
Lint {
|
||||
name: "panic_params",
|
||||
group: "style",
|
||||
desc: "missing parameters in `panic!` calls",
|
||||
deprecation: None,
|
||||
module: "panic_unimplemented",
|
||||
},
|
||||
Lint {
|
||||
name: "panicking_unwrap",
|
||||
group: "correctness",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue