Skip to content

Commit

Permalink
Remove useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
hpwxf committed Mar 23, 2021
1 parent a5372f3 commit f197535
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -353,14 +353,11 @@ fn get_padding_rules(metas: &[Meta], flags: &Flags) -> HashMap<Block, usize> {
#[cfg(test)]
mod tests {
use super::*;
use crate::app;
use crate::color;
use crate::color::Colors;
use crate::icon;
use crate::icon::Icons;
use crate::meta::{FileType, Name};
use crate::Config;
use assert_fs::prelude::*;
use std::path::Path;

#[test]
Expand Down

0 comments on commit f197535

Please sign in to comment.