We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62eb4e7 commit 6f24977Copy full SHA for 6f24977
clippy_lints/src/returns.rs
@@ -27,7 +27,7 @@ declare_clippy_lint! {
27
///
28
/// ### Known problems
29
/// In the case of some temporaries, e.g. locks, eliding the variable binding could lead
30
- /// to deadlocks. See [rust-lang issue 37612](https://github.com/rust-lang/rust/issues/37612).
+ /// to deadlocks. See [this issue](https://github.com/rust-lang/rust/issues/37612).
31
/// This could become relevant if the code is later changed to use the code that would have been
32
/// bound without first assigning it to a let-binding.
33
0 commit comments