//! One-shot lock variants that do not implement `Sync`.
//!
//! These one-shot locks not implement `Sync`, which permits slightly more efficient
//! implementations.
//!
//! For variants that do implement `Sync`, see the [`sync`](crate::sync) module.
pub use ;
pub use ;