We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66e1d00 + 09f6457 commit c982583Copy full SHA for c982583
collector/compile-benchmarks/html5ever/build.rs
@@ -7,6 +7,8 @@
7
// option. This file may not be copied, modified, or distributed
8
// except according to those terms.
9
10
+#![allow(soft_unstable)]
11
+
12
extern crate phf_codegen;
13
extern crate rustc_serialize;
14
0 commit comments