diff --git a/lla/src/utils/color.rs b/lla/src/utils/color.rs index d112075..a272832 100644 --- a/lla/src/utils/color.rs +++ b/lla/src/utils/color.rs @@ -250,7 +250,6 @@ fn get_extension_color(path: &Path) -> Option { if is_no_color() { return None; } - use crate::theme::get_file_color; get_file_color(path) }