We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54911c commit 247df6eCopy full SHA for 247df6e
src/libstd/sync/once.rs
@@ -60,10 +60,9 @@ use crate::thread::{self, Thread};
60
61
/// A synchronization primitive which can be used to run a one-time global
62
/// initialization. Useful for one-time initialization for FFI or related
63
-/// functionality. This type can only be constructed with the [`ONCE_INIT`]
64
-/// value or the equivalent [`Once::new`] constructor.
+/// functionality. This type can only be constructed with the [`Once::new`]
+/// constructor.
65
///
66
-/// [`ONCE_INIT`]: constant.ONCE_INIT.html
67
/// [`Once::new`]: struct.Once.html#method.new
68
69
/// # Examples
0 commit comments