Skip to content

Commit e8820e9

Browse files
committed
html5ever: explicitly enable nightly rustc_encodable_decodable feature
1 parent cdeef1f commit e8820e9

File tree

1 file changed

+1
-1
lines changed
  • collector/compile-benchmarks/html5ever

1 file changed

+1
-1
lines changed

collector/compile-benchmarks/html5ever/build.rs

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

10-
#![allow(soft_unstable)]
10+
#![feature(rustc_encodable_decodable)]
1111

1212
extern crate phf_codegen;
1313
extern crate rustc_serialize;

0 commit comments

Comments
 (0)