Enable more lints and apply their suggestions
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
#![warn(rust_2018_idioms)]
|
||||
#![warn(
|
||||
rust_2018_idioms,
|
||||
unused_qualifications,
|
||||
clippy::cloned_instead_of_copied,
|
||||
clippy::str_to_string
|
||||
)]
|
||||
#![allow(clippy::suspicious_else_formatting)]
|
||||
#![deny(clippy::dbg_macro)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user