mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-01-28 16:18:25 +00:00
Merge pull request #345 from ogham/exa/remove-unused-import
remove unused import
This commit is contained in:
commit
48cdf22f46
@ -95,6 +95,7 @@ impl<'dir> File<'dir> {
|
||||
/// against a pre-compiled list of extensions which are known to only exist
|
||||
/// within ASCII, so it’s alright.
|
||||
fn ext(path: &Path) -> Option<String> {
|
||||
#[allow(unused)]
|
||||
use std::ascii::AsciiExt;
|
||||
|
||||
let name = match path.file_name() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user