Discard changes to tests/parallel/cycle_a_t1_b_t2_fallback.rs

This commit is contained in:
Micha Reiser 2025-06-02 14:16:52 +02:00 committed by GitHub
parent 9ae5e76f90
commit a6231f3d60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,8 +11,7 @@
//! | |
//! +--------------------+
//! ```
use crate::sync::thread;
use crate::{Knobs, KnobsDatabase};
use crate::KnobsDatabase;
const FALLBACK_A: u32 = 0b01;
const FALLBACK_B: u32 = 0b10;