Fix compilation error `use of unstable library feature 'stdsimd'`
Compare changes
- bgallois authored
+ 2
− 2
@@ -15,6 +15,8 @@
@@ -24,10 +26,8 @@ use crate::cli::{Cli, Subcommand};
try-runtime
feature and the unused import and dead code warnings. G1Executor and GTest are only utilized with runtime-benchmarks
, whereas GDevExecutor is used with either runtime-benchmarks
or try-runtime
. Rather than complicating the code with error-prone (or impossible) feature combinations, I've opted to allow unused import and dead code within this particular section.