mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-11 15:20:58 +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
|
/// against a pre-compiled list of extensions which are known to only exist
|
||||||
/// within ASCII, so it’s alright.
|
/// within ASCII, so it’s alright.
|
||||||
fn ext(path: &Path) -> Option<String> {
|
fn ext(path: &Path) -> Option<String> {
|
||||||
|
#[allow(unused)]
|
||||||
use std::ascii::AsciiExt;
|
use std::ascii::AsciiExt;
|
||||||
|
|
||||||
let name = match path.file_name() {
|
let name = match path.file_name() {
|
||||||
|
Loading…
Reference in New Issue
Block a user