Auto merge of #70020 - matthiaskrgr:submodule_upd, r=ehuss
submodules: update clippy from8485d40a
tod556bb73
Changes: ```` rustup https://github.com/rust-lang/rust/pull/68944 rustup https://github.com/rust-lang/rust/pull/69589/ Rustup to rust-lang/rust#69076 Don't convert Path to lossy str Use `into_path` Use pattern matching instead of manually checking condition Fix typo Remove git2 dependency. Document that wildcard_imports doesn't warn about `use ...::prelude::*;` Change changelog formatting Update changelog_update doc to reflect the actual ordering of the changelog Update CHANGELOG.md ```` Fixes #70007
This commit is contained in:
commit
ae5b641e9e
2 changed files with 1 additions and 2 deletions
|
@ -455,7 +455,6 @@ dependencies = [
|
||||||
"clippy_lints",
|
"clippy_lints",
|
||||||
"compiletest_rs",
|
"compiletest_rs",
|
||||||
"derive-new",
|
"derive-new",
|
||||||
"git2",
|
|
||||||
"lazy_static 1.4.0",
|
"lazy_static 1.4.0",
|
||||||
"regex",
|
"regex",
|
||||||
"rustc-workspace-hack",
|
"rustc-workspace-hack",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 8485d40a3264b15b92d391e99cb3d1abf8f25025
|
Subproject commit 23549a8c362a403026432f65a6cb398cb10d44b7
|
Loading…
Add table
Add a link
Reference in a new issue