mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 03:33:59 +00:00
Rollup merge of #64039 - pickfire:patch-1, r=jonas-schievink
Update sync condvar doc style
This commit is contained in:
commit
a7ba1befd7
@ -28,7 +28,7 @@ impl WaitTimeoutResult {
|
||||
/// once the boolean has been updated and notified.
|
||||
///
|
||||
/// ```
|
||||
/// use std::sync::{Arc, Mutex, Condvar};
|
||||
/// use std::sync::{Arc, Condvar, Mutex};
|
||||
/// use std::thread;
|
||||
/// use std::time::Duration;
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user