Skip to content

Commit 2c29bd7

Browse files
bors[bot]lnicola
andauthored
Merge #10709
10709: minor: Bump deps r=lnicola a=lnicola bors r+ Co-authored-by: Laurențiu Nicola <[email protected]>
2 parents 5cd36e8 + d18a379 commit 2c29bd7

11 files changed

+44
-87
lines changed

Cargo.lock

Lines changed: 21 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rust-analyzer/src/diagnostics/test_data/clippy_pass_by_ref.txt

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
},
2424
},
2525
severity: Some(
26-
DiagnosticSeverity(
27-
2,
28-
),
26+
Warning,
2927
),
3028
code: Some(
3129
String(
@@ -142,9 +140,7 @@
142140
},
143141
},
144142
severity: Some(
145-
DiagnosticSeverity(
146-
4,
147-
),
143+
Hint,
148144
),
149145
code: Some(
150146
String(
@@ -235,9 +231,7 @@
235231
},
236232
},
237233
severity: Some(
238-
DiagnosticSeverity(
239-
4,
240-
),
234+
Hint,
241235
),
242236
code: Some(
243237
String(

crates/rust-analyzer/src/diagnostics/test_data/handles_macro_location.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
},
2424
},
2525
severity: Some(
26-
DiagnosticSeverity(
27-
1,
28-
),
26+
Error,
2927
),
3028
code: Some(
3129
String(

crates/rust-analyzer/src/diagnostics/test_data/macro_compiler_error.txt

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
},
2424
},
2525
severity: Some(
26-
DiagnosticSeverity(
27-
4,
28-
),
26+
Hint,
2927
),
3028
code: None,
3129
code_description: None,
@@ -92,9 +90,7 @@
9290
},
9391
},
9492
severity: Some(
95-
DiagnosticSeverity(
96-
4,
97-
),
93+
Hint,
9894
),
9995
code: None,
10096
code_description: None,
@@ -161,9 +157,7 @@
161157
},
162158
},
163159
severity: Some(
164-
DiagnosticSeverity(
165-
1,
166-
),
160+
Error,
167161
),
168162
code: None,
169163
code_description: None,

crates/rust-analyzer/src/diagnostics/test_data/rustc_incompatible_type_for_trait.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
},
2424
},
2525
severity: Some(
26-
DiagnosticSeverity(
27-
1,
28-
),
26+
Error,
2927
),
3028
code: Some(
3129
String(

crates/rust-analyzer/src/diagnostics/test_data/rustc_mismatched_type.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
},
2424
},
2525
severity: Some(
26-
DiagnosticSeverity(
27-
1,
28-
),
26+
Error,
2927
),
3028
code: Some(
3129
String(

crates/rust-analyzer/src/diagnostics/test_data/rustc_unused_variable.txt

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
},
2424
},
2525
severity: Some(
26-
DiagnosticSeverity(
27-
2,
28-
),
26+
Warning,
2927
),
3028
code: Some(
3129
String(
@@ -69,9 +67,7 @@
6967
),
7068
tags: Some(
7169
[
72-
DiagnosticTag(
73-
1,
74-
),
70+
Unnecessary,
7571
],
7672
),
7773
data: None,
@@ -102,9 +98,7 @@
10298
},
10399
},
104100
severity: Some(
105-
DiagnosticSeverity(
106-
4,
107-
),
101+
Hint,
108102
),
109103
code: Some(
110104
String(

crates/rust-analyzer/src/diagnostics/test_data/rustc_unused_variable_as_hint.txt

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
},
2424
},
2525
severity: Some(
26-
DiagnosticSeverity(
27-
4,
28-
),
26+
Hint,
2927
),
3028
code: Some(
3129
String(
@@ -69,9 +67,7 @@
6967
),
7068
tags: Some(
7169
[
72-
DiagnosticTag(
73-
1,
74-
),
70+
Unnecessary,
7571
],
7672
),
7773
data: None,
@@ -102,9 +98,7 @@
10298
},
10399
},
104100
severity: Some(
105-
DiagnosticSeverity(
106-
4,
107-
),
101+
Hint,
108102
),
109103
code: Some(
110104
String(

crates/rust-analyzer/src/diagnostics/test_data/rustc_unused_variable_as_info.txt

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
},
2424
},
2525
severity: Some(
26-
DiagnosticSeverity(
27-
3,
28-
),
26+
Information,
2927
),
3028
code: Some(
3129
String(
@@ -69,9 +67,7 @@
6967
),
7068
tags: Some(
7169
[
72-
DiagnosticTag(
73-
1,
74-
),
70+
Unnecessary,
7571
],
7672
),
7773
data: None,
@@ -102,9 +98,7 @@
10298
},
10399
},
104100
severity: Some(
105-
DiagnosticSeverity(
106-
4,
107-
),
101+
Hint,
108102
),
109103
code: Some(
110104
String(

crates/rust-analyzer/src/diagnostics/test_data/rustc_wrong_number_of_parameters.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
},
2424
},
2525
severity: Some(
26-
DiagnosticSeverity(
27-
1,
28-
),
26+
Error,
2927
),
3028
code: Some(
3129
String(
@@ -116,9 +114,7 @@
116114
},
117115
},
118116
severity: Some(
119-
DiagnosticSeverity(
120-
4,
121-
),
117+
Hint,
122118
),
123119
code: Some(
124120
String(

crates/rust-analyzer/src/diagnostics/test_data/snap_multi_line_fix.txt

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
},
2424
},
2525
severity: Some(
26-
DiagnosticSeverity(
27-
2,
28-
),
26+
Warning,
2927
),
3028
code: Some(
3129
String(
@@ -142,9 +140,7 @@
142140
},
143141
},
144142
severity: Some(
145-
DiagnosticSeverity(
146-
4,
147-
),
143+
Hint,
148144
),
149145
code: Some(
150146
String(
@@ -235,9 +231,7 @@
235231
},
236232
},
237233
severity: Some(
238-
DiagnosticSeverity(
239-
4,
240-
),
234+
Hint,
241235
),
242236
code: Some(
243237
String(

0 commit comments

Comments
 (0)