Skip to content

Commit

Permalink
Unrolled build for rust-lang#129890
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#129890 - alex:patch-1, r=workingjubilee

Remove stray word in a comment
  • Loading branch information
rust-timer authored Sep 3, 2024
2 parents bd53aa3 + 06e3552 commit c0d586e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/sync/once_lock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}
Expand Down

0 comments on commit c0d586e

Please sign in to comment.