-
Notifications
You must be signed in to change notification settings - Fork 12.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #69342 - flip1995:clippyup, r=Dylan-DPC
Update Clippy from 2855b21 to 8fbb23f ``` Fix ICE in `missing_errors_doc` Update License Migrate Clippy to GitHub Actions redundant_clone: Migrate to new dataflow framework Move unneeded_field_pattern to pedantic group Rustup to #69325 Rustup to #69072 ``` Fixes #69338 r? @Manishearth
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule clippy
updated
21 files
+ − | .github/deploy_key.enc | |
+0 −154 | .travis.yml | |
+1 −3 | Cargo.toml | |
+1 −1 | LICENSE-APACHE | |
+4 −0 | LICENSE-MIT | |
+1 −3 | README.md | |
+0 −47 | appveyor.yml | |
+0 −55 | ci/base-tests.sh | |
+1 −1 | clippy_lints/src/doc.rs | |
+8 −6 | clippy_lints/src/len_zero.rs | |
+1 −2 | clippy_lints/src/lib.rs | |
+1 −1 | clippy_lints/src/misc_early.rs | |
+40 −49 | clippy_lints/src/redundant_clone.rs | |
+1 −7 | clippy_lints/src/use_self.rs | |
+1 −1 | rustc_tools_util/README.md | |
+1 −1 | src/lintlist/mod.rs | |
+7 −0 | tests/ui/crashes/ice-5207.rs | |
+7 −7 | tests/ui/indexing_slicing_index.stderr | |
+0 −9 | tests/ui/mem_replace.fixed | |
+0 −9 | tests/ui/mem_replace.rs | |
+5 −5 | tests/ui/mem_replace.stderr |