From 09f64576d79725e1391eb9146f07b3b596c2dc43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Rakic?= Date: Mon, 6 May 2024 11:48:06 +0000 Subject: [PATCH] allow soft-unstable on stable `html5ever` benchmark --- collector/compile-benchmarks/html5ever/build.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/collector/compile-benchmarks/html5ever/build.rs b/collector/compile-benchmarks/html5ever/build.rs index b01463891..3c30b79c3 100644 --- a/collector/compile-benchmarks/html5ever/build.rs +++ b/collector/compile-benchmarks/html5ever/build.rs @@ -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;