This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 7ee3dcd
committed
Auto merge of rust-lang#10859 - MarcusGrass:let-and-ret-known-problems, r=giraffate
Bring up Rust lang rust-lang#37612 as a known problem for let_and_return
Fixes rust-lang/rust-clippy#4182.
I don't think conforming to this lint could trigger the issue immediately, only if subsequent code-changes go wrong, but I may be mistaken.
Since the lint can't trigger it by itself, just closing this issue might be reasonable, if not maybe this PR fixes it.
changelog: Update docs for `let_and_return`, mention rust-lang rust-lang#376121 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
28 | 34 | | |
29 | 35 | | |
30 | 36 | | |
| |||
0 commit comments