Properly deprecate panic_params lint

This commit is contained in:
flip1995 2020-11-20 09:37:47 +01:00
parent 113c1476c9
commit dd4e471b3f
No known key found for this signature in database
GPG key ID: 1CA0DF2AF59D68A5
5 changed files with 17 additions and 8 deletions

View file

@ -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",