Skip to content

Commit

Permalink
Fixed missing import in bench
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Hansen <marvin.hansen@gmail.com>
  • Loading branch information
marvin-hansen committed Nov 21, 2024
1 parent 4bf0d05 commit 47f7150
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#[cfg(feature = "unsafe")]
use criterion::Criterion;

use criterion::criterion_group;
#[cfg(feature = "unsafe")]
use dcl_data_structures::prelude::{window_type, SlidingWindow, UnsafeArrayStorage};

Expand Down

0 comments on commit 47f7150

Please sign in to comment.