Remove needless_borrow from list of explicitly enabled lints
… it is currently warn-by-default.
This commit is contained in:
parent
8a7ef60c2c
commit
5912d8ebdd
@ -25,7 +25,6 @@ rustflags = [
|
||||
# easily. Locally allowing it also doesn't seem to work.
|
||||
#"-Wclippy::mod_module_files",
|
||||
"-Wclippy::mut_mut",
|
||||
"-Wclippy::needless_borrow",
|
||||
"-Aclippy::new_without_default",
|
||||
"-Wclippy::nonstandard_macro_braces",
|
||||
"-Wclippy::semicolon_if_nothing_returned",
|
||||
|
Loading…
x
Reference in New Issue
Block a user