Skip to content

Commit 6bc708d

Browse files
committed
Fix warning on nightly
feature(ascii) has been stabilized on nightly. In six weeks we can remove "unstable".
1 parent a44d392 commit 6bc708d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212

1313
//! Operations on ASCII strings and characters
1414
15-
#![cfg_attr(feature = "unstable", feature(ascii))]
16-
1715
mod ascii;
1816
mod ascii_string;
1917
mod ascii_str;

0 commit comments

Comments
 (0)