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 @@ fn initialize<F, E>(&self, f: F) -> Result<(), E>
|
||||
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…
Reference in New Issue
Block a user