Skip to content

Commit 24a4a70

Browse files
fix import
1 parent 0ef3d0c commit 24a4a70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/simulation.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ use rayon::iter::ParallelIterator;
1414
use std::cmp::Reverse;
1515
use std::collections::HashMap;
1616
use std::sync::{Arc, LazyLock};
17+
use std::ops::Deref;
1718

1819
#[derive(Debug)]
1920
pub struct SimulationResult {

0 commit comments

Comments
 (0)