Skip to content

Commit c1d783e

Browse files
committed
Update rustc deps of clippy_config and clippy_utils
1 parent 9111f35 commit c1d783e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

BUCK

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,6 +1169,7 @@ rust_bootstrap_library(
11691169
deps = [
11701170
":clippy_utils-0.1.88",
11711171
":itertools-0.12.1",
1172+
":rustc_data_structures-0.0.0",
11721173
":rustc_errors-0.0.0",
11731174
":rustc_hir-0.0.0",
11741175
":rustc_middle-0.0.0",
@@ -1936,13 +1937,13 @@ rust_bootstrap_library(
19361937
":rustc_abi-0.0.0",
19371938
":rustc_apfloat-0.2.3+llvm-462a31f5a5ab",
19381939
":rustc_ast-0.0.0",
1939-
":rustc_ast_pretty-0.0.0",
19401940
":rustc_attr_parsing-0.0.0",
19411941
":rustc_const_eval-0.0.0",
19421942
":rustc_data_structures-0.0.0",
19431943
":rustc_driver-0.0.0",
19441944
":rustc_errors-0.0.0",
19451945
":rustc_hir-0.0.0",
1946+
":rustc_hir_analysis-0.0.0",
19461947
":rustc_hir_typeck-0.0.0",
19471948
":rustc_index-0.0.0",
19481949
":rustc_infer-0.0.0",

fixups/clippy_config/fixups.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
extra_deps = [
2+
":rustc_data_structures-0.0.0",
23
":rustc_errors-0.0.0",
34
":rustc_hir-0.0.0",
45
":rustc_middle-0.0.0",

fixups/clippy_utils/fixups.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
extra_deps = [
22
":rustc_abi-0.0.0",
33
":rustc_ast-0.0.0",
4-
":rustc_ast_pretty-0.0.0",
54
":rustc_attr_parsing-0.0.0",
65
":rustc_const_eval-0.0.0",
76
":rustc_data_structures-0.0.0",
87
":rustc_driver-0.0.0",
98
":rustc_errors-0.0.0",
109
":rustc_hir-0.0.0",
10+
":rustc_hir_analysis-0.0.0",
1111
":rustc_hir_typeck-0.0.0",
1212
":rustc_index-0.0.0",
1313
":rustc_infer-0.0.0",

0 commit comments

Comments
 (0)