Avoid having an Rc to a PathBuf

This commit is contained in:
Roey Darwish Dror
2020-12-01 08:59:59 +02:00
parent 60ba90aa66
commit 19d052a3d3
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
#![allow(clippy::cognitive_complexity, clippy::clippy::rc_buffer)]
#![allow(clippy::cognitive_complexity)]
mod config;
mod ctrlc;
mod error;