Skip to content

Commit

Permalink
fix(core): Fix benches warning for unstable features (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare authored May 23, 2024
1 parent 0afe817 commit f85b0a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/benches/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#![allow(incomplete_features)]
#![feature(generic_const_exprs)]

use criterion::{black_box, criterion_group, criterion_main, Criterion};
use sp1_core::io::SP1Stdin;
use sp1_core::runtime::{Program, Runtime};
Expand Down

0 comments on commit f85b0a5

Please sign in to comment.