Rollup merge of #129890 - alex:patch-1, r=workingjubilee · patricklam/verify-rust-std@ccc294c (original) (raw)

Skip to content

Sign in

Appearance settings

View all features

View all solutions

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Sign in

Sign up

Appearance settings

patricklam / verify-rust-std Public

forked from model-checking/verify-rust-std

Additional navigation options

Commit ccc294c

Browse files

matthiaskrgrmatthiaskrgr

authored

Rollup merge of rust-lang#129890 - alex:patch-1, r=workingjubilee

Remove stray word in a comment

2 parents 6d0e687 + 9a76abd commit ccc294c

File tree

1 file changed

1

-

1

lines changed

1 file changed

1

-

1

lines changed

‎std/src/sync/once_lock.rs‎

Lines changed: 1 addition & 1 deletion

Original file line number Diff line number Diff line change
@@ -517,7 +517,7 @@ impl OnceLock {
517 517 res = Err(e);
518 518
519 519 // Treat the underlying `Once` as poisoned since we
520 -// failed to initialize our value. Calls
520 +// failed to initialize our value.
521 521 p.poison();
522 522 }
523 523 }

0 commit comments

Comments

(0)