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)]
|
||||
|
||||
mod config;
|
||||
mod cove;
|
||||
mod never;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue