Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyup
This commit is contained in:
@@ -29,7 +29,7 @@ pub fn run(update_mode: UpdateMode) {
|
||||
false,
|
||||
update_mode == UpdateMode::Change,
|
||||
|| {
|
||||
format!("pub static ref ALL_LINTS: Vec<Lint> = vec!{:#?};", sorted_usable_lints)
|
||||
format!("vec!{:#?}", sorted_usable_lints)
|
||||
.lines()
|
||||
.map(ToString::to_string)
|
||||
.collect::<Vec<_>>()
|
||||
|
||||
Reference in New Issue
Block a user