Skip to content

Commit

Permalink
src/ NFC remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Aug 8, 2022
1 parent 82d7160 commit d5794c4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/data/sysline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ use crate::printer_debug::printers::{
dpnxf,
dp_err,
dp_wrn,
p_err,
p_wrn,
};

Expand Down
1 change: 0 additions & 1 deletion src/printer/printers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ use crate::printer_debug::printers::{
dpnxf,
dp_err,
dp_wrn,
p_err,
p_wrn,
};

Expand Down
1 change: 0 additions & 1 deletion src/readers/filepreprocessor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ pub(crate) fn path_to_filetype(path: &Path) -> FileType {
// FileGz

// for example, `media.gz.old`
// TODO: this should be handled in `path_to_filetype_mimeguess`, can be removed
if file_name_s.ends_with(".gz.old") {
dpxf!("return FileGz; .gz.old");
return FileType::FileGz;
Expand Down

0 comments on commit d5794c4

Please sign in to comment.