diff options
| author | alexey semenyuk <alexsemenyuk88@gmail.com> | 2024-11-06 18:23:01 +0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-06 18:23:01 +0500 |
| commit | 7bcd578a028f48d59ead6337893da9601b7fc442 (patch) | |
| tree | a37a9488a3df557420cc95217f1b686170a2047e | |
| parent | f02a0208e567fa9bd29ae91bca22d2f7f0b8388b (diff) | |
| download | rust-7bcd578a028f48d59ead6337893da9601b7fc442.tar.gz rust-7bcd578a028f48d59ead6337893da9601b7fc442.zip | |
Link fix
| -rw-r--r-- | clippy_lints/src/await_holding_invalid.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/await_holding_invalid.rs b/clippy_lints/src/await_holding_invalid.rs index 9952d0af99e..6948cf560a5 100644 --- a/clippy_lints/src/await_holding_invalid.rs +++ b/clippy_lints/src/await_holding_invalid.rs @@ -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. /// |
