Skip to content

Commit d223029

Browse files
committed
Auto merge of rust-lang#71139 - matthiaskrgr:submodule_upd, r=Dylan-DPC
submodules: update clippy from af5940b to d236b30 Changes: ```` rustup rust-lang#70643 Explain panic on `E0463` in integration tests Temporarily disable rustfmt integration test Cleanup: Use rustc's is_proc_macro_attr Cleanup: Use our `sym!` macro more Fixes rust-lang#5405: redundant clone false positive with arrays update lints verbose_bit_mask: fix bit mask used in docs Update documentation for new_ret_no_self ```` Fixes rust-lang#71114
2 parents 835428c + fada4b2 commit d223029

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

Cargo.lock

+24-2
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ dependencies = [
463463
"cargo_metadata 0.9.1",
464464
"clippy-mini-macro-test",
465465
"clippy_lints",
466-
"compiletest_rs",
466+
"compiletest_rs 0.5.0",
467467
"derive-new",
468468
"lazy_static 1.4.0",
469469
"regex",
@@ -614,6 +614,28 @@ dependencies = [
614614
"winapi 0.3.8",
615615
]
616616

617+
[[package]]
618+
name = "compiletest_rs"
619+
version = "0.5.0"
620+
source = "registry+https://github.com/rust-lang/crates.io-index"
621+
checksum = "9f737835bfbbe29ed1ff82d5137520338d7ed5bf1a1d4b9c1c7c58bb45b8fa29"
622+
dependencies = [
623+
"diff",
624+
"filetime",
625+
"getopts",
626+
"libc",
627+
"log",
628+
"miow 0.3.3",
629+
"regex",
630+
"rustfix 0.5.0",
631+
"serde",
632+
"serde_derive",
633+
"serde_json",
634+
"tempfile",
635+
"tester",
636+
"winapi 0.3.8",
637+
]
638+
617639
[[package]]
618640
name = "constant_time_eq"
619641
version = "0.1.3"
@@ -2168,7 +2190,7 @@ dependencies = [
21682190
"byteorder",
21692191
"cargo_metadata 0.9.1",
21702192
"colored",
2171-
"compiletest_rs",
2193+
"compiletest_rs 0.4.0",
21722194
"directories",
21732195
"env_logger 0.7.1",
21742196
"getrandom",

src/tools/clippy

Submodule clippy updated 64 files

0 commit comments

Comments
 (0)