We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37f859 commit 5cbfa12Copy full SHA for 5cbfa12
src/libstd/sync/once.rs
@@ -218,7 +218,6 @@ impl Once {
218
/// The closure `f` is yielded a structure which can be used to query the
219
/// state of this `Once` (whether initialization has previously panicked or
220
/// not).
221
- /// poisoned or not.
222
#[unstable(feature = "once_poison", issue = "31688")]
223
pub fn call_once_force<F>(&'static self, f: F) where F: FnOnce(&OnceState) {
224
// same as above, just with a different parameter to `call_inner`.
0 commit comments