Commit 6387b09
committed
Auto merge of #70809 - matthiaskrgr:submodule_upd, r=Mark-Simulacrum
submodules: update clippy from 326b220 to 7907abe
Changes:
````
Rustup to #70634
Update clippy_lints/src/types.rs
Update types.rs
Update types.rs
Improve docs for option_option
useless Rc<Rc<T>>, Rc<Box<T>>, Rc<&T>, Box<&T>
Allow let_underscore
Update option_option ui test
Test for ignoring let_underscore_must_use
Downgrade option_option to pedantic
````
Fixes #707091 file changed
+1
-1
lines changed- CHANGELOG.md+1
- clippy_lints/src/escape.rs+1-1
- clippy_lints/src/large_enum_variant.rs+1-1
- clippy_lints/src/let_underscore.rs+6-7
- clippy_lints/src/lib.rs+4-2
- clippy_lints/src/types.rs+117-9
- clippy_lints/src/utils/mod.rs+4-12
- clippy_lints/src/utils/paths.rs+1
- src/lintlist/mod.rs+8-1
- tests/ui/let_underscore_must_use.rs+3
- tests/ui/must_use_candidates.fixed+1-1
- tests/ui/must_use_candidates.rs+1-1
- tests/ui/option_option.rs+2
- tests/ui/option_option.stderr+14-10
- tests/ui/redundant_allocation.fixed+48
- tests/ui/redundant_allocation.rs+48
- tests/ui/redundant_allocation.stderr+52
0 commit comments