about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2020-03-16 19:06:04 +0100
committerMatthias Krüger <matthias.krueger@famsik.de>2020-03-16 19:06:15 +0100
commit7e2ebb078997fcb29bd0a19efcbeb69b29bc10ae (patch)
treeef83d4913e38f94bb4384bf220f93cbf12844300
parent59f4ba95045e91a63e921e0d736242d7e1ffabec (diff)
downloadrust-7e2ebb078997fcb29bd0a19efcbeb69b29bc10ae.tar.gz
rust-7e2ebb078997fcb29bd0a19efcbeb69b29bc10ae.zip
submodules: update clippy from 8485d40a to 23549a8c
Changes:
````
rustup https://github.com/rust-lang/rust/pull/69738
rustup https://github.com/rust-lang/rust/pull/68944
Make use of `or_patterns` feature
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
-rw-r--r--Cargo.lock1
m---------src/tools/clippy20
2 files changed, 8 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 42049da8e6a..d1dcf99d884 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -455,7 +455,6 @@ dependencies = [
  "clippy_lints",
  "compiletest_rs",
  "derive-new",
- "git2",
  "lazy_static 1.4.0",
  "regex",
  "rustc-workspace-hack",
diff --git a/src/tools/clippy b/src/tools/clippy
-Subproject 8485d40a3264b15b92d391e99cb3d1abf8f2502
+Subproject 23549a8c362a403026432f65a6cb398cb10d44b