Skip to content

Commit

Permalink
Merge pull request #1904 from lqd/htlm5ever-broken
Browse files Browse the repository at this point in the history
allow soft-unstable on stable `html5ever` benchmark
  • Loading branch information
Mark-Simulacrum authored May 6, 2024
2 parents 66e1d00 + 09f6457 commit c982583
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions collector/compile-benchmarks/html5ever/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

#![allow(soft_unstable)]

extern crate phf_codegen;
extern crate rustc_serialize;

Expand Down

0 comments on commit c982583

Please sign in to comment.