We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4234640 commit dcfd7c2Copy full SHA for dcfd7c2
src/lib.rs
@@ -7,6 +7,9 @@
7
8
#![feature(globs, macro_rules)]
9
10
+// Temporary work-around for https://github.com/rust-lang/rust/issues/16597
11
+#![feature(import_shadowing)]
12
+
13
extern crate encoding; // https://github.com/lifthrasiir/rust-encoding
14
15
extern crate debug;
0 commit comments