style: share linting options across packages
Move the Rust and Clippy linting options into the Cargo manifest and share them with all the packages in the workspace. This ensures a consistent style in all packages.
This commit is contained in:
committed by
Henrik Friedrichsen
parent
dee424d141
commit
2a4178e069
@@ -1,5 +1,3 @@
|
||||
#![deny(clippy::use_self, clippy::multiple_inherent_impl)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate cursive;
|
||||
#[macro_use]
|
||||
|
||||
Reference in New Issue
Block a user