Fix trailnig WS
This commit is contained in:
@@ -178,7 +178,7 @@ impl Once {
|
|||||||
/// happens-before relation between the closure and code executing after the
|
/// happens-before relation between the closure and code executing after the
|
||||||
/// return).
|
/// return).
|
||||||
///
|
///
|
||||||
/// If the given closure recusively invokes `call_once` on the same `Once`
|
/// If the given closure recusively 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.
|
/// a panic or a deadlock.
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user