diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2018-09-25 17:42:47 +0200 |
|---|---|---|
| committer | Matthias Krüger <matthias.krueger@famsik.de> | 2018-09-26 19:17:11 +0200 |
| commit | 45f45e53a5ee96a478937b286579eec67d284660 (patch) | |
| tree | 09b8d8ea4fcccce06566f437dfffd2526967cfab | |
| parent | e783d2be405353b2ea99b77e107beb2970096b90 (diff) | |
| download | rust-45f45e53a5ee96a478937b286579eec67d284660.tar.gz rust-45f45e53a5ee96a478937b286579eec67d284660.zip | |
update clippy submodule to a72e786c
Fixes clippy build.
| -rw-r--r-- | src/Cargo.lock | 1 | ||||
| m--------- | src/tools/clippy | 28 |
2 files changed, 15 insertions, 14 deletions
diff --git a/src/Cargo.lock b/src/Cargo.lock index 40a5ea6b12b..9a383a381d5 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -344,6 +344,7 @@ dependencies = [ "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/src/tools/clippy b/src/tools/clippy -Subproject 125907ad08853b92d35e86aecebcf0f784f348d +Subproject a72e786c5d8866d554effd246c30fb553b63fa0 |
