Rollup merge of #129890 - alex:patch-1, r=workingjubilee
Remove stray word in a comment
This commit is contained in:
commit
3ddf061926
@ -517,7 +517,7 @@ impl<T> OnceLock<T> {
|
||||
res = Err(e);
|
||||
|
||||
// Treat the underlying `Once` as poisoned since we
|
||||
// failed to initialize our value. Calls
|
||||
// failed to initialize our value.
|
||||
p.poison();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user