mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 07:00:55 +00:00
Use unit_expr
This commit is contained in:
parent
7a6c03f876
commit
e09805e8ca
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry) {
|
|||
"using `string::to_string` is common even today and specialization will likely happen soon",
|
||||
);
|
||||
store.register_removed(
|
||||
"is_unit_expr",
|
||||
"unit_expr",
|
||||
"superseded by `let_unit_value` and `unit_arg`",
|
||||
);
|
||||
// end deprecated lints, do not remove this comment, it’s used in `update_lints`
|
||||
|
|
Loading…
Reference in a new issue