Skip to content

Commit

Permalink
Merge pull request #2020 from RalfJung/html5ever
Browse files Browse the repository at this point in the history
html5ever: explicitly enable nightly rustc_encodable_decodable feature
  • Loading branch information
Mark-Simulacrum authored Dec 14, 2024
2 parents cdeef1f + e8820e9 commit 44bbe3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/compile-benchmarks/html5ever/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

#![allow(soft_unstable)]
#![feature(rustc_encodable_decodable)]

extern crate phf_codegen;
extern crate rustc_serialize;
Expand Down

0 comments on commit 44bbe3e

Please sign in to comment.