Skip to content

Commit 2d7dccf

Browse files
committed
remove ascii ext
1 parent f4df87f commit 2d7dccf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib.rs

-4
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@
5757
use std::borrow::Cow;
5858
use std::{error, fmt};
5959

60-
// AsciiExt is needed for Rust 1.14 but not for newer versions
61-
#[allow(unused_imports, deprecated)]
62-
use std::ascii::AsciiExt;
63-
6460
/// Integer in the range `0..32`
6561
#[derive(PartialEq, Eq, Debug, Copy, Clone, Default, PartialOrd, Ord, Hash)]
6662
#[allow(non_camel_case_types)]

0 commit comments

Comments
 (0)