Skip to content

Commit ab560d8

Browse files
committed
Auto merge of #13661 - alex-semenyuk:doc_fix, r=Manishearth
Link fix [`clippy::await_holding_lock`](https://rust-lang.github.io/rust-clippy/master/index.html#/await_holding_lock) has unformatted link changelog: none
2 parents f02a020 + 7bcd578 commit ab560d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/await_holding_invalid.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ declare_clippy_lint! {
1515
/// `MutexGuard`.
1616
///
1717
/// ### Why is this bad?
18-
/// The Mutex types found in [`std::sync`][https://doc.rust-lang.org/stable/std/sync/] and
18+
/// The Mutex types found in [`std::sync`](https://doc.rust-lang.org/stable/std/sync/) and
1919
/// [`parking_lot`](https://docs.rs/parking_lot/latest/parking_lot/) are
2020
/// not designed to operate in an async context across await points.
2121
///

0 commit comments

Comments
 (0)