Skip to content

Commit 37f4afa

Browse files
committed
Remove unused trait
1 parent f55b795 commit 37f4afa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/mime_app.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,6 @@ fn filename_eq(path_opt: &Option<PathBuf>, filename: &str) -> bool {
101101
.unwrap_or(false)
102102
}
103103

104-
pub trait LanguageSorter {
105-
fn language_sorter(&self) -> Option<Lazy<Collator>> {
106-
None
107-
}
108-
}
109-
110104
pub struct MimeAppCache {
111105
cache: HashMap<Mime, Vec<MimeApp>>,
112106
terminals: Vec<MimeApp>,

0 commit comments

Comments
 (0)