Skip to content

Commit

Permalink
Merge pull request #345 from ogham/exa/remove-unused-import
Browse files Browse the repository at this point in the history
remove unused import
  • Loading branch information
ogham committed Mar 11, 2018
2 parents 9bd0334 + e1a4ed8 commit 48cdf22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fs/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 48cdf22

Please sign in to comment.