Commit 187f3d7
committed
Auto merge of rust-lang#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 rust-lang#69325
Rustup to rust-lang#69072
```
Fixes rust-lang#69338
r? @Manishearth1 file changed
+1
-1
lines changed- .github/deploy_key.enc
- .travis.yml-154
- Cargo.toml+1-3
- LICENSE-APACHE+1-1
- LICENSE-MIT+4
- README.md+1-3
- appveyor.yml-47
- ci/base-tests.sh-55
- clippy_lints/src/doc.rs+1-1
- clippy_lints/src/len_zero.rs+8-6
- clippy_lints/src/lib.rs+1-2
- clippy_lints/src/misc_early.rs+1-1
- clippy_lints/src/redundant_clone.rs+40-49
- clippy_lints/src/use_self.rs+1-7
- rustc_tools_util/README.md+1-1
- src/lintlist/mod.rs+1-1
- tests/ui/crashes/ice-5207.rs+7
- tests/ui/indexing_slicing_index.stderr+7-7
- tests/ui/mem_replace.fixed-9
- tests/ui/mem_replace.rs-9
- tests/ui/mem_replace.stderr+5-5
0 commit comments