Skip to content

Commit 9f9df95

Browse files
committed
Remove work-around for Rust issue 16597.
rust-lang/rust#16597
1 parent 3fa5c0f commit 9f9df95

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
@@ -7,9 +7,6 @@
77

88
#![feature(globs, macro_rules)]
99

10-
// Temporary work-around for https://github.com/rust-lang/rust/issues/16597
11-
#![feature(import_shadowing)]
12-
1310
extern crate encoding; // https://github.com/lifthrasiir/rust-encoding
1411

1512
extern crate debug;

0 commit comments

Comments
 (0)