add all possible workspace clippy lints (with commenting out most for now)
this will be a major pain to work through. for now, let's just add them and overtime work through these. Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
49b6f338fd
commit
0b0b52c33b
3 changed files with 49 additions and 17 deletions
|
@ -1,11 +1,3 @@
|
|||
#![warn(
|
||||
rust_2018_idioms,
|
||||
unused_qualifications,
|
||||
clippy::cloned_instead_of_copied,
|
||||
clippy::str_to_string
|
||||
)]
|
||||
#![deny(clippy::dbg_macro)]
|
||||
|
||||
pub mod api;
|
||||
mod config;
|
||||
mod database;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue