Skip to content

Commit 1a25d8e

Browse files
committed
remove unused import
1 parent cc35572 commit 1a25d8e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@
6161
#![deny(missing_docs)]
6262
#![cfg_attr(all(test, windows), feature(std_misc))]
6363

64-
#[allow(unused_imports)]
65-
use std::ascii::AsciiExt;
6664
use std::cmp;
6765
use std::fmt;
6866
use std::fs;

0 commit comments

Comments
 (0)