Skip to content

Commit 6f24977

Browse files
Compact issue link
Co-authored-by: Takayuki Nakata <[email protected]>
1 parent 62eb4e7 commit 6f24977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/returns.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ declare_clippy_lint! {
2727
///
2828
/// ### Known problems
2929
/// 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).
30+
/// to deadlocks. See [this issue](https://github.com/rust-lang/rust/issues/37612).
3131
/// This could become relevant if the code is later changed to use the code that would have been
3232
/// bound without first assigning it to a let-binding.
3333
///

0 commit comments

Comments
 (0)