Link fix
This commit is contained in:
parent
f02a0208e5
commit
7bcd578a02
@ -15,7 +15,7 @@
|
|||||||
/// `MutexGuard`.
|
/// `MutexGuard`.
|
||||||
///
|
///
|
||||||
/// ### Why is this bad?
|
/// ### Why is this bad?
|
||||||
/// The Mutex types found in [`std::sync`][https://doc.rust-lang.org/stable/std/sync/] and
|
/// The Mutex types found in [`std::sync`](https://doc.rust-lang.org/stable/std/sync/) and
|
||||||
/// [`parking_lot`](https://docs.rs/parking_lot/latest/parking_lot/) are
|
/// [`parking_lot`](https://docs.rs/parking_lot/latest/parking_lot/) are
|
||||||
/// not designed to operate in an async context across await points.
|
/// not designed to operate in an async context across await points.
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user