Skip to content

Commit

Permalink
Allow printing empty strings for formatting purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
isbm committed Nov 2, 2023
1 parent a69d26b commit 6da3361
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scanner/dlst.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ impl<'a> ContentFormatter<'a> {
ContentFormatter { fs_data, last_dir: "".to_string() }
}

#[allow(clippy::println_empty_string)]
pub(crate) fn format(&mut self) {
let d_len = self.fs_data.len() - 1;
let mut t_size: u64 = 0;
Expand Down

0 comments on commit 6da3361

Please sign in to comment.