mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 11:48:30 +00:00
Remove stray word in a comment
This commit is contained in:
parent
9b82580c73
commit
06e3552ad0
@ -517,7 +517,7 @@ impl<T> OnceLock<T> {
|
|||||||
res = Err(e);
|
res = Err(e);
|
||||||
|
|
||||||
// Treat the underlying `Once` as poisoned since we
|
// Treat the underlying `Once` as poisoned since we
|
||||||
// failed to initialize our value. Calls
|
// failed to initialize our value.
|
||||||
p.poison();
|
p.poison();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user