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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user