diff options
| author | bors <bors@rust-lang.org> | 2020-02-18 14:49:28 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-02-18 14:49:28 +0000 |
| commit | b0d5813fd7fe4696b6eb61acf473a7f7a5f9b5a0 (patch) | |
| tree | 1d641f26e5704c6f730901a7302e0e41662093b2 | |
| parent | 6317721cd951030f1f28801c34931c3c2322bc06 (diff) | |
| parent | 3b431234e06962983df6e0ce17cd074c2ab380bd (diff) | |
| download | rust-b0d5813fd7fe4696b6eb61acf473a7f7a5f9b5a0.tar.gz rust-b0d5813fd7fe4696b6eb61acf473a7f7a5f9b5a0.zip | |
Auto merge of #69234 - JohnTitor:clippy-up, r=JohnTitor
Update Clippy Fixes #69221 r? @ghost
| -rw-r--r-- | Cargo.lock | 2 | ||||
| m--------- | src/tools/clippy | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/Cargo.lock b/Cargo.lock index f13a581bc79..beda3993353 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -498,7 +498,7 @@ dependencies = [ "itertools 0.8.0", "lazy_static 1.4.0", "matches", - "pulldown-cmark 0.6.1", + "pulldown-cmark 0.7.0", "quine-mc_cluskey", "regex-syntax", "semver", diff --git a/src/tools/clippy b/src/tools/clippy -Subproject 07f1736390e1d4dd88cf9fae4ab7737ee5e086b +Subproject b91ae16eb1ab03b996de5ffc44db054244c1d2f |
