Skip to content

Commit 0690ad9

Browse files
author
Thomas Bahn
committed
Remove feature gate opt-in, they aren't needed anymore
1 parent 3868e79 commit 0690ad9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212

1313
//! Operations on ASCII strings and characters
1414
15-
#![feature(macro_rules, globs, default_type_params, old_orphan_check)]
16-
// added old_orphan_check to work around https://github.com/rust-lang/rust/issues/20477
17-
1815
#![unstable = "unsure about placement and naming"]
1916
#![allow(deprecated)]
2017

0 commit comments

Comments
 (0)