summaryrefslogtreecommitdiffstats
path: root/vendor/once_cell/tests/it/main.rs
blob: b8e56ccc6fcd72b4df235a35ebdc520ba60025ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
mod unsync_once_cell;
#[cfg(any(feature = "std", feature = "critical-section"))]
mod sync_once_cell;

mod unsync_lazy;
#[cfg(any(feature = "std", feature = "critical-section"))]
mod sync_lazy;

#[cfg(feature = "race")]
mod race;
#[cfg(all(feature = "race", feature = "alloc"))]
mod race_once_box;