Compact issue link

Co-authored-by: Takayuki Nakata <f.seasons017@gmail.com>
This commit is contained in:
MarcusGrass 2023-06-05 15:48:57 +02:00 committed by GitHub
parent 62eb4e7d7b
commit 6f2497703e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.
///