Skip to content

Commit a6231f3

Browse files
authored
Discard changes to tests/parallel/cycle_a_t1_b_t2_fallback.rs
1 parent 9ae5e76 commit a6231f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/parallel/cycle_a_t1_b_t2_fallback.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
//! | |
1212
//! +--------------------+
1313
//! ```
14-
use crate::sync::thread;
15-
use crate::{Knobs, KnobsDatabase};
14+
use crate::KnobsDatabase;
1615

1716
const FALLBACK_A: u32 = 0b01;
1817
const FALLBACK_B: u32 = 0b10;

0 commit comments

Comments
 (0)