We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ba8a1a + c91b104 commit 5f6eb14Copy full SHA for 5f6eb14
src/libstd/sync/mod.rs
@@ -31,7 +31,7 @@ pub use self::mutex::MUTEX_INIT;
31
#[stable(feature = "rust1", since = "1.0.0")]
32
pub use self::mutex::{Mutex, MutexGuard, StaticMutex};
33
34
-pub use self::once::{Once, ONCE_INIT};
+pub use self::once::{Once, OnceState, ONCE_INIT};
35
36
pub use sys_common::poison::{PoisonError, TryLockError, TryLockResult, LockResult};
37
0 commit comments