File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -2193,6 +2193,7 @@ pub fn register_renamed(ls: &mut rustc_lint::LintStore) {
2193
2193
ls. register_renamed ( "clippy::cyclomatic_complexity" , "clippy::cognitive_complexity" ) ;
2194
2194
ls. register_renamed ( "clippy::const_static_lifetime" , "clippy::redundant_static_lifetimes" ) ;
2195
2195
ls. register_renamed ( "clippy::option_and_then_some" , "clippy::bind_instead_of_map" ) ;
2196
+ ls. register_renamed ( "clippy::box_vec" , "clippy::box_collection" ) ;
2196
2197
ls. register_renamed ( "clippy::block_in_if_condition_expr" , "clippy::blocks_in_if_conditions" ) ;
2197
2198
ls. register_renamed ( "clippy::block_in_if_condition_stmt" , "clippy::blocks_in_if_conditions" ) ;
2198
2199
ls. register_renamed ( "clippy::option_map_unwrap_or" , "clippy::map_unwrap_or" ) ;
You can’t perform that action at this time.
0 commit comments