Warn on clippy::use_self

This commit is contained in:
Joscha 2022-03-03 01:33:28 +01:00
parent f456d4f1ec
commit c618c492b2
3 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#![warn(clippy::use_self)]
mod config;
mod cove;
mod never;