diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-04 02:20:55 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-04 02:20:55 +0100 |
| commit | 8766e4412b95cfa0288683748cc20aba81a64d08 (patch) | |
| tree | b068bbd32915b2c0ca846465edfd6cb9bf718d6c /src/file_handler/file_strategies/layout.rs | |
| parent | b03284133baa6339fe4adf48e4a6499ef3ac287b (diff) | |
Address pedantic issues
Diffstat (limited to 'src/file_handler/file_strategies/layout.rs')
| -rw-r--r-- | src/file_handler/file_strategies/layout.rs | 2 |
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 { |