Skip to content

Commit dcfd7c2

Browse files
committed
Temporarily work around Rust bug #16597
rust-lang/rust#16597
1 parent 4234640 commit dcfd7c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
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+
1013
extern crate encoding; // https://github.com/lifthrasiir/rust-encoding
1114

1215
extern crate debug;

0 commit comments

Comments
 (0)