Skip to content

Commit

Permalink
Auto merge of #13661 - alex-semenyuk:doc_fix, r=Manishearth
Browse files Browse the repository at this point in the history
Link fix

[`clippy::await_holding_lock`](https://rust-lang.github.io/rust-clippy/master/index.html#/await_holding_lock) has unformatted link

changelog: none
  • Loading branch information
bors committed Nov 6, 2024
2 parents f02a020 + 7bcd578 commit ab560d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/await_holding_invalid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ declare_clippy_lint! {
/// `MutexGuard`.
///
/// ### 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
/// not designed to operate in an async context across await points.
///
Expand Down

0 comments on commit ab560d8

Please sign in to comment.