mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-15 05:26:47 +00:00
doc: improve explanation
This commit is contained in:
parent
fabf929863
commit
793fa8d7c5
@ -91,7 +91,7 @@ impl Once {
|
||||
/// return).
|
||||
///
|
||||
/// If the given closure recursively invokes `call_once` on the same [`Once`]
|
||||
/// instance the exact behavior is not specified, allowed outcomes are
|
||||
/// instance, the exact behavior is not specified: allowed outcomes are
|
||||
/// a panic or a deadlock.
|
||||
///
|
||||
/// # Examples
|
||||
|
Loading…
Reference in New Issue
Block a user