Skip to content

Commit f9945f5

Browse files
committed
submodules: update clippy from 9897442 to 8c0e038
Changes: ```` Rustup for rust-lang#59042 Update pulldown_cmark to 0.5 Only run AppVeyor on r+, try and the master branch Remove approx_constant known problems Suppress let_and_return if let has attributes Add test for or_fun_call macro suggestion UI test cleanup: Extract needless_range_loop tests Change "if types change" to "if you later change the type" ````
1 parent 3d720d7 commit f9945f5

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Cargo.lock

+7-5
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ dependencies = [
407407
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
408408
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
409409
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
410-
"pulldown-cmark 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
410+
"pulldown-cmark 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
411411
"quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
412412
"regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
413413
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2003,19 +2003,21 @@ dependencies = [
20032003

20042004
[[package]]
20052005
name = "pulldown-cmark"
2006-
version = "0.2.0"
2006+
version = "0.4.1"
20072007
source = "registry+https://github.com/rust-lang/crates.io-index"
20082008
dependencies = [
20092009
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2010-
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
2010+
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2011+
"unicase 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
20112012
]
20122013

20132014
[[package]]
20142015
name = "pulldown-cmark"
2015-
version = "0.4.1"
2016+
version = "0.5.0"
20162017
source = "registry+https://github.com/rust-lang/crates.io-index"
20172018
dependencies = [
20182019
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2020+
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
20192021
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
20202022
"unicase 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
20212023
]
@@ -4216,8 +4218,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
42164218
"checksum proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09"
42174219
"checksum proptest 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "24f5844db2f839e97e3021980975f6ebf8691d9b9b2ca67ed3feb38dc3edb52c"
42184220
"checksum pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d6fdf85cda6cadfae5428a54661d431330b312bc767ddbc57adbedc24da66e32"
4219-
"checksum pulldown-cmark 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eef52fac62d0ea7b9b4dc7da092aa64ea7ec3d90af6679422d3d7e0e14b6ee15"
42204221
"checksum pulldown-cmark 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d1b74cc784b038a9921fd1a48310cc2e238101aa8ae0b94201e2d85121dd68b5"
4222+
"checksum pulldown-cmark 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "157737d41407de9c5e0563a991d085117d60ae729af2cc1bf28d6dfbc97bcc1f"
42214223
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
42224224
"checksum quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
42234225
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"

src/tools/clippy

0 commit comments

Comments
 (0)