Skip to content

Commit

Permalink
Compact issue link
Browse files Browse the repository at this point in the history
Co-authored-by: Takayuki Nakata <[email protected]>
  • Loading branch information
MarcusGrass and giraffate authored Jun 5, 2023
1 parent 62eb4e7 commit 6f24977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/returns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ declare_clippy_lint! {
///
/// ### Known problems
/// In the case of some temporaries, e.g. locks, eliding the variable binding could lead
/// 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).
/// This could become relevant if the code is later changed to use the code that would have been
/// bound without first assigning it to a let-binding.
///
Expand Down

0 comments on commit 6f24977

Please sign in to comment.