forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Changes: ```` rustup rust-lang#69968 Fix documentation generation for configurable lints Fix single binding in closure Improvement: Don't show function body in needless_lifetimes ````
- Loading branch information
1 parent
5aa8f19
commit 454ba77
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule clippy
updated
9 files
+2 −2 | clippy_lints/src/doc.rs | |
+1 −1 | clippy_lints/src/lifetimes.rs | |
+20 −6 | clippy_lints/src/matches.rs | |
+3 −5 | tests/ui/issue_4266.stderr | |
+10 −0 | tests/ui/match_single_binding.fixed | |
+9 −0 | tests/ui/match_single_binding.rs | |
+18 −1 | tests/ui/match_single_binding.stderr | |
+28 −56 | tests/ui/needless_lifetimes.stderr | |
+2 −2 | util/lintlib.py |