aboutsummaryrefslogtreecommitdiff
path: root/src/file_handler/file_strategies/layout.rs
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-01-04 02:20:55 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2025-01-04 02:20:55 +0100
commit8766e4412b95cfa0288683748cc20aba81a64d08 (patch)
treeb068bbd32915b2c0ca846465edfd6cb9bf718d6c /src/file_handler/file_strategies/layout.rs
parentb03284133baa6339fe4adf48e4a6499ef3ac287b (diff)
Address pedantic issues
Diffstat (limited to 'src/file_handler/file_strategies/layout.rs')
-rw-r--r--src/file_handler/file_strategies/layout.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_handler/file_strategies/layout.rs b/src/file_handler/file_strategies/layout.rs
index 8d9689c..9a60f12 100644
--- a/src/file_handler/file_strategies/layout.rs
+++ b/src/file_handler/file_strategies/layout.rs
@@ -2,7 +2,7 @@ pub struct Strategy {}
use std::path::Path;
-use crate::file_handler::{File, FileHandlerStrategy, FileType};
+use crate::file_handler::{File, FileType, Strategy as FileHandlerStrategy};
impl FileHandlerStrategy for Strategy {
fn is(&self, path: &Path) -> bool {