Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit c0d586e

Browse files
authored
Unrolled build for rust-lang#129890
Rollup merge of rust-lang#129890 - alex:patch-1, r=workingjubilee Remove stray word in a comment
2 parents bd53aa3 + 06e3552 commit c0d586e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sync/once_lock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ impl<T> OnceLock<T> {
517517
res = Err(e);
518518

519519
// Treat the underlying `Once` as poisoned since we
520-
// failed to initialize our value. Calls
520+
// failed to initialize our value.
521521
p.poison();
522522
}
523523
}

0 commit comments

Comments
 (0)