Skip to content

Commit 1e4f9e3

Browse files
committed
Auto merge of #121677 - flip1995:clippy-subtree-update, r=Manishearth
Clippy subtree update r? `@Manishearth`
2 parents 8790c3c + f99056b commit 1e4f9e3

File tree

1,097 files changed

+14195
-10861
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,097 files changed

+14195
-10861
lines changed

Cargo.lock

+73-50
Original file line numberDiff line numberDiff line change
@@ -129,20 +129,6 @@ dependencies = [
129129
"winapi",
130130
]
131131

132-
[[package]]
133-
name = "anstream"
134-
version = "0.5.0"
135-
source = "registry+https://github.com/rust-lang/crates.io-index"
136-
checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
137-
dependencies = [
138-
"anstyle",
139-
"anstyle-parse",
140-
"anstyle-query",
141-
"anstyle-wincon 2.1.0",
142-
"colorchoice",
143-
"utf8parse",
144-
]
145-
146132
[[package]]
147133
name = "anstream"
148134
version = "0.6.11"
@@ -152,7 +138,7 @@ dependencies = [
152138
"anstyle",
153139
"anstyle-parse",
154140
"anstyle-query",
155-
"anstyle-wincon 3.0.2",
141+
"anstyle-wincon",
156142
"colorchoice",
157143
"utf8parse",
158144
]
@@ -181,16 +167,6 @@ dependencies = [
181167
"windows-sys 0.52.0",
182168
]
183169

184-
[[package]]
185-
name = "anstyle-wincon"
186-
version = "2.1.0"
187-
source = "registry+https://github.com/rust-lang/crates.io-index"
188-
checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
189-
dependencies = [
190-
"anstyle",
191-
"windows-sys 0.48.0",
192-
]
193-
194170
[[package]]
195171
name = "anstyle-wincon"
196172
version = "3.0.2"
@@ -534,7 +510,7 @@ version = "4.5.0"
534510
source = "registry+https://github.com/rust-lang/crates.io-index"
535511
checksum = "458bf1f341769dfcf849846f65dffdf9146daa56bcd2a47cb4e1de9915567c99"
536512
dependencies = [
537-
"anstream 0.6.11",
513+
"anstream",
538514
"anstyle",
539515
"clap_lex",
540516
"strsim 0.11.0",
@@ -572,15 +548,15 @@ checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
572548
name = "clippy"
573549
version = "0.1.78"
574550
dependencies = [
575-
"anstream 0.5.0",
551+
"anstream",
576552
"clippy_config",
577553
"clippy_lints",
578554
"clippy_utils",
579555
"color-print",
580556
"filetime",
581557
"futures",
582558
"if_chain",
583-
"itertools",
559+
"itertools 0.12.1",
584560
"parking_lot",
585561
"quote",
586562
"regex",
@@ -592,7 +568,7 @@ dependencies = [
592568
"tester",
593569
"tokio",
594570
"toml 0.7.8",
595-
"ui_test",
571+
"ui_test 0.22.2",
596572
"walkdir",
597573
]
598574

@@ -613,7 +589,7 @@ dependencies = [
613589
"aho-corasick",
614590
"clap",
615591
"indoc",
616-
"itertools",
592+
"itertools 0.12.1",
617593
"opener",
618594
"shell-escape",
619595
"walkdir",
@@ -628,7 +604,7 @@ dependencies = [
628604
"clippy_config",
629605
"clippy_utils",
630606
"declare_clippy_lint",
631-
"itertools",
607+
"itertools 0.12.1",
632608
"quine-mc_cluskey",
633609
"regex",
634610
"regex-syntax 0.8.2",
@@ -650,7 +626,7 @@ version = "0.1.78"
650626
dependencies = [
651627
"arrayvec",
652628
"clippy_config",
653-
"itertools",
629+
"itertools 0.12.1",
654630
"rustc-semver",
655631
]
656632

@@ -974,7 +950,7 @@ checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
974950
name = "declare_clippy_lint"
975951
version = "0.1.78"
976952
dependencies = [
977-
"itertools",
953+
"itertools 0.12.1",
978954
"quote",
979955
"syn 2.0.48",
980956
]
@@ -1230,7 +1206,7 @@ version = "0.11.2"
12301206
source = "registry+https://github.com/rust-lang/crates.io-index"
12311207
checksum = "6c012a26a7f605efc424dd53697843a72be7dc86ad2d01f7814337794a12231d"
12321208
dependencies = [
1233-
"anstream 0.6.11",
1209+
"anstream",
12341210
"anstyle",
12351211
"env_filter",
12361212
"humantime",
@@ -2054,6 +2030,15 @@ dependencies = [
20542030
"either",
20552031
]
20562032

2033+
[[package]]
2034+
name = "itertools"
2035+
version = "0.12.1"
2036+
source = "registry+https://github.com/rust-lang/crates.io-index"
2037+
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
2038+
dependencies = [
2039+
"either",
2040+
]
2041+
20572042
[[package]]
20582043
name = "itoa"
20592044
version = "1.0.10"
@@ -2476,7 +2461,7 @@ dependencies = [
24762461
"regex",
24772462
"rustc_version",
24782463
"smallvec",
2479-
"ui_test",
2464+
"ui_test 0.21.2",
24802465
]
24812466

24822467
[[package]]
@@ -3469,7 +3454,7 @@ dependencies = [
34693454
name = "rustc_ast_passes"
34703455
version = "0.0.0"
34713456
dependencies = [
3472-
"itertools",
3457+
"itertools 0.11.0",
34733458
"rustc_ast",
34743459
"rustc_ast_pretty",
34753460
"rustc_attr",
@@ -3489,7 +3474,7 @@ dependencies = [
34893474
name = "rustc_ast_pretty"
34903475
version = "0.0.0"
34913476
dependencies = [
3492-
"itertools",
3477+
"itertools 0.11.0",
34933478
"rustc_ast",
34943479
"rustc_span",
34953480
"thin-vec",
@@ -3529,7 +3514,7 @@ name = "rustc_borrowck"
35293514
version = "0.0.0"
35303515
dependencies = [
35313516
"either",
3532-
"itertools",
3517+
"itertools 0.11.0",
35333518
"polonius-engine",
35343519
"rustc_data_structures",
35353520
"rustc_errors",
@@ -3582,7 +3567,7 @@ name = "rustc_codegen_llvm"
35823567
version = "0.0.0"
35833568
dependencies = [
35843569
"bitflags 2.4.2",
3585-
"itertools",
3570+
"itertools 0.11.0",
35863571
"libc",
35873572
"measureme",
35883573
"object",
@@ -3618,7 +3603,7 @@ dependencies = [
36183603
"ar_archive_writer",
36193604
"bitflags 2.4.2",
36203605
"cc",
3621-
"itertools",
3606+
"itertools 0.11.0",
36223607
"jobserver",
36233608
"libc",
36243609
"object",
@@ -3899,7 +3884,7 @@ dependencies = [
38993884
name = "rustc_hir_analysis"
39003885
version = "0.0.0"
39013886
dependencies = [
3902-
"itertools",
3887+
"itertools 0.11.0",
39033888
"rustc_arena",
39043889
"rustc_ast",
39053890
"rustc_attr",
@@ -3938,7 +3923,7 @@ dependencies = [
39383923
name = "rustc_hir_typeck"
39393924
version = "0.0.0"
39403925
dependencies = [
3941-
"itertools",
3926+
"itertools 0.11.0",
39423927
"rustc_ast",
39433928
"rustc_attr",
39443929
"rustc_data_structures",
@@ -4222,7 +4207,7 @@ name = "rustc_mir_build"
42224207
version = "0.0.0"
42234208
dependencies = [
42244209
"either",
4225-
"itertools",
4210+
"itertools 0.11.0",
42264211
"rustc_apfloat",
42274212
"rustc_arena",
42284213
"rustc_ast",
@@ -4269,7 +4254,7 @@ name = "rustc_mir_transform"
42694254
version = "0.0.0"
42704255
dependencies = [
42714256
"either",
4272-
"itertools",
4257+
"itertools 0.11.0",
42734258
"rustc_arena",
42744259
"rustc_ast",
42754260
"rustc_attr",
@@ -4349,7 +4334,7 @@ dependencies = [
43494334
name = "rustc_passes"
43504335
version = "0.0.0"
43514336
dependencies = [
4352-
"itertools",
4337+
"itertools 0.11.0",
43534338
"rustc_ast",
43544339
"rustc_ast_pretty",
43554340
"rustc_attr",
@@ -4599,7 +4584,7 @@ name = "rustc_trait_selection"
45994584
version = "0.0.0"
46004585
dependencies = [
46014586
"bitflags 2.4.2",
4602-
"itertools",
4587+
"itertools 0.11.0",
46034588
"rustc_ast",
46044589
"rustc_attr",
46054590
"rustc_data_structures",
@@ -4638,7 +4623,7 @@ dependencies = [
46384623
name = "rustc_transmute"
46394624
version = "0.0.0"
46404625
dependencies = [
4641-
"itertools",
4626+
"itertools 0.11.0",
46424627
"rustc_data_structures",
46434628
"rustc_hir",
46444629
"rustc_infer",
@@ -4653,7 +4638,7 @@ dependencies = [
46534638
name = "rustc_ty_utils"
46544639
version = "0.0.0"
46554640
dependencies = [
4656-
"itertools",
4641+
"itertools 0.11.0",
46574642
"rustc_data_structures",
46584643
"rustc_errors",
46594644
"rustc_fluent_macro",
@@ -4701,7 +4686,7 @@ dependencies = [
47014686
"askama",
47024687
"expect-test",
47034688
"indexmap",
4704-
"itertools",
4689+
"itertools 0.11.0",
47054690
"minifier",
47064691
"once_cell",
47074692
"regex",
@@ -4783,7 +4768,7 @@ dependencies = [
47834768
"dirs",
47844769
"getopts",
47854770
"ignore",
4786-
"itertools",
4771+
"itertools 0.11.0",
47874772
"lazy_static",
47884773
"regex",
47894774
"rustfmt-config_proc_macro",
@@ -5045,6 +5030,16 @@ dependencies = [
50455030
"windows-sys 0.48.0",
50465031
]
50475032

5033+
[[package]]
5034+
name = "spanned"
5035+
version = "0.1.6"
5036+
source = "registry+https://github.com/rust-lang/crates.io-index"
5037+
checksum = "ad48ded9f0734eca7058107cc170767b8758e41e4088fb0020e7ff7ec6b0d92d"
5038+
dependencies = [
5039+
"bstr",
5040+
"color-eyre",
5041+
]
5042+
50485043
[[package]]
50495044
name = "spdx-expression"
50505045
version = "0.5.2"
@@ -5796,6 +5791,34 @@ dependencies = [
57965791
"tempfile",
57975792
]
57985793

5794+
[[package]]
5795+
name = "ui_test"
5796+
version = "0.22.2"
5797+
source = "registry+https://github.com/rust-lang/crates.io-index"
5798+
checksum = "0b1ded30ff8c9d83e8d85d7e8e8aabbaf2c282a2b0ea09ef3f1accd4906134c7"
5799+
dependencies = [
5800+
"annotate-snippets 0.10.1",
5801+
"anyhow",
5802+
"bstr",
5803+
"cargo-platform",
5804+
"cargo_metadata 0.18.1",
5805+
"color-eyre",
5806+
"colored",
5807+
"comma",
5808+
"crossbeam-channel",
5809+
"indicatif",
5810+
"lazy_static",
5811+
"levenshtein",
5812+
"prettydiff",
5813+
"regex",
5814+
"rustc_version",
5815+
"rustfix",
5816+
"serde",
5817+
"serde_json",
5818+
"spanned",
5819+
"tempfile",
5820+
]
5821+
57995822
[[package]]
58005823
name = "unic-langid"
58015824
version = "0.9.4"

src/tools/clippy/.github/driver.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ test "$sysroot" = $desired_sysroot
3232
)
3333

3434
# Check that the --sysroot argument is only passed once via arg_file.txt (SYSROOT is ignored)
35-
(
35+
(
3636
echo "fn main() {}" > target/driver_test.rs
3737
echo "--sysroot="$(./target/debug/clippy-driver --print sysroot)"" > arg_file.txt
3838
echo "--verbose" >> arg_file.txt
@@ -45,7 +45,7 @@ unset CARGO_MANIFEST_DIR
4545
# Run a lint and make sure it produces the expected output. It's also expected to exit with code 1
4646
# FIXME: How to match the clippy invocation in compile-test.rs?
4747
./target/debug/clippy-driver -Dwarnings -Aunused -Zui-testing --emit metadata --crate-type bin tests/ui/double_neg.rs 2>double_neg.stderr && exit 1
48-
sed -e "s,tests/ui,\$DIR," -e "/= help: for/d" double_neg.stderr > normalized.stderr
48+
sed -e "/= help: for/d" double_neg.stderr > normalized.stderr
4949
diff -u normalized.stderr tests/ui/double_neg.stderr
5050

5151
# make sure "clippy-driver --rustc --arg" and "rustc --arg" behave the same

src/tools/clippy/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5125,6 +5125,7 @@ Released 2018-09-13
51255125
[`default_trait_access`]: https://rust-lang.github.io/rust-clippy/master/index.html#default_trait_access
51265126
[`default_union_representation`]: https://rust-lang.github.io/rust-clippy/master/index.html#default_union_representation
51275127
[`deprecated_cfg_attr`]: https://rust-lang.github.io/rust-clippy/master/index.html#deprecated_cfg_attr
5128+
[`deprecated_clippy_cfg_attr`]: https://rust-lang.github.io/rust-clippy/master/index.html#deprecated_clippy_cfg_attr
51285129
[`deprecated_semver`]: https://rust-lang.github.io/rust-clippy/master/index.html#deprecated_semver
51295130
[`deref_addrof`]: https://rust-lang.github.io/rust-clippy/master/index.html#deref_addrof
51305131
[`deref_by_slicing`]: https://rust-lang.github.io/rust-clippy/master/index.html#deref_by_slicing
@@ -5157,6 +5158,7 @@ Released 2018-09-13
51575158
[`duration_subsec`]: https://rust-lang.github.io/rust-clippy/master/index.html#duration_subsec
51585159
[`eager_transmute`]: https://rust-lang.github.io/rust-clippy/master/index.html#eager_transmute
51595160
[`else_if_without_else`]: https://rust-lang.github.io/rust-clippy/master/index.html#else_if_without_else
5161+
[`empty_docs`]: https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs
51605162
[`empty_drop`]: https://rust-lang.github.io/rust-clippy/master/index.html#empty_drop
51615163
[`empty_enum`]: https://rust-lang.github.io/rust-clippy/master/index.html#empty_enum
51625164
[`empty_enum_variants_with_brackets`]: https://rust-lang.github.io/rust-clippy/master/index.html#empty_enum_variants_with_brackets
@@ -5429,6 +5431,7 @@ Released 2018-09-13
54295431
[`modulo_arithmetic`]: https://rust-lang.github.io/rust-clippy/master/index.html#modulo_arithmetic
54305432
[`modulo_one`]: https://rust-lang.github.io/rust-clippy/master/index.html#modulo_one
54315433
[`multi_assignments`]: https://rust-lang.github.io/rust-clippy/master/index.html#multi_assignments
5434+
[`multiple_bound_locations`]: https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
54325435
[`multiple_crate_versions`]: https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
54335436
[`multiple_inherent_impl`]: https://rust-lang.github.io/rust-clippy/master/index.html#multiple_inherent_impl
54345437
[`multiple_unsafe_ops_per_block`]: https://rust-lang.github.io/rust-clippy/master/index.html#multiple_unsafe_ops_per_block
@@ -5725,10 +5728,12 @@ Released 2018-09-13
57255728
[`unknown_clippy_lints`]: https://rust-lang.github.io/rust-clippy/master/index.html#unknown_clippy_lints
57265729
[`unnecessary_box_returns`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_box_returns
57275730
[`unnecessary_cast`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast
5731+
[`unnecessary_clippy_cfg`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_clippy_cfg
57285732
[`unnecessary_fallible_conversions`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
57295733
[`unnecessary_filter_map`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_filter_map
57305734
[`unnecessary_find_map`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_find_map
57315735
[`unnecessary_fold`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fold
5736+
[`unnecessary_get_then_check`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_get_then_check
57325737
[`unnecessary_join`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_join
57335738
[`unnecessary_lazy_evaluations`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_lazy_evaluations
57345739
[`unnecessary_literal_unwrap`]: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_literal_unwrap

0 commit comments

Comments
 (0)