Skip to content

Commit a0a7afa

Browse files
author
Thomas Bahn
committed
Merge pull request #16 from tormol/no_build_warnings
Remove unused `use`s
2 parents c575fdf + 6c5f36e commit a0a7afa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/ascii.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
use std::fmt;
2+
#[cfg(feature="unstable")]
23
use std::ascii::AsciiExt;
34

45
use AsciiCast;

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ mod ascii;
1818
mod ascii_string;
1919
mod ascii_str;
2020

21-
use std::mem;
2221
use std::borrow::Borrow;
2322
use std::ascii::AsciiExt;
2423

0 commit comments

Comments
 (0)