Skip to content

Commit c982583

Browse files
Merge pull request #1904 from lqd/htlm5ever-broken
allow soft-unstable on stable `html5ever` benchmark
2 parents 66e1d00 + 09f6457 commit c982583

File tree

1 file changed

+2
-0
lines changed
  • collector/compile-benchmarks/html5ever

1 file changed

+2
-0
lines changed

collector/compile-benchmarks/html5ever/build.rs

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// option. This file may not be copied, modified, or distributed
88
// except according to those terms.
99

10+
#![allow(soft_unstable)]
11+
1012
extern crate phf_codegen;
1113
extern crate rustc_serialize;
1214

0 commit comments

Comments
 (0)