fix: allow unused in test fakes module for clippy
All checks were successful
CI / Check / Test (push) Successful in 2m43s
All checks were successful
CI / Check / Test (push) Successful in 2m43s
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#![allow(dead_code, unused_imports)]
|
||||
|
||||
mod diagram_renderer;
|
||||
mod file_discovery;
|
||||
mod output_writer;
|
||||
|
||||
Reference in New Issue
Block a user