Warn on clippy::use_self
This commit is contained in:
parent
f456d4f1ec
commit
c618c492b2
3 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
#![warn(clippy::use_self)]
|
||||||
|
|
||||||
pub mod conn;
|
pub mod conn;
|
||||||
mod id;
|
mod id;
|
||||||
mod macros;
|
mod macros;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
// TODO Logging
|
// TODO Logging
|
||||||
|
|
||||||
|
#![warn(clippy::use_self)]
|
||||||
|
|
||||||
mod util;
|
mod util;
|
||||||
|
|
||||||
use std::collections::HashMap;
|
use std::collections::HashMap;
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
#![warn(clippy::use_self)]
|
||||||
|
|
||||||
mod config;
|
mod config;
|
||||||
mod cove;
|
mod cove;
|
||||||
mod never;
|
mod never;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue