@@ -50,7 +50,7 @@ fn unused_dep_normal() {
5050 | ^^^^^^^^^^^^^^^^
5151 |
5252 = [NOTE] `cargo::unused_dependencies` is set to `warn` in `[lints]`
53- [HELP] remove the dependency
53+ [HELP] consider removing the unused dependency
5454 |
55559 - unused = "0.1.0"
5656 |
@@ -112,7 +112,7 @@ fn unused_dep_build() {
112112 | ^^^^^^^^^^^^^^^^
113113 |
114114 = [NOTE] `cargo::unused_dependencies` is set to `warn` in `[lints]`
115- [HELP] remove the dependency
115+ [HELP] consider removing the unused dependency
116116 |
1171179 - unused = "0.1.0"
118118 |
@@ -162,7 +162,7 @@ fn unused_dep_build_no_build_rs() {
162162 | ^^^^^^^^^^^^^^^^
163163 |
164164 = [NOTE] `cargo::unused_dependencies` is set to `warn` in `[lints]`
165- [HELP] remove the dependency
165+ [HELP] consider removing the unused dependency
166166 |
1671679 - unused = "0.1.0"
168168 |
@@ -249,7 +249,7 @@ fn unused_dep_lib_bins() {
249249 | ^^^^^^^^^^^^^^^^
250250 |
251251 = [NOTE] `cargo::unused_dependencies` is set to `warn` in `[lints]`
252- [HELP] remove the dependency
252+ [HELP] consider removing the unused dependency
253253 |
2542549 - unused = "0.1.0"
255255 |
@@ -342,7 +342,7 @@ fn unused_dep_build_with_used_dep_normal() {
342342 | ^^^^^^^^^^^^^^^^^^^^^^
343343 |
344344 = [NOTE] `cargo::unused_dependencies` is set to `warn` in `[lints]`
345- [HELP] remove the dependency
345+ [HELP] consider removing the unused dependency
346346 |
3473479 - unused_build = "0.1.0"
348348 |
@@ -407,7 +407,7 @@ fn unused_dep_normal_but_implicit_used_dep_dev() {
407407 | ^^^^^^^^^^^^^^^^^^
408408 |
409409 = [NOTE] `cargo::unused_dependencies` is set to `warn` in `[lints]`
410- [HELP] remove the dependency
410+ [HELP] consider removing the unused dependency
411411 |
4124129 - used_dev = "0.1.0"
413413 |
@@ -428,7 +428,7 @@ fn unused_dep_normal_but_implicit_used_dep_dev() {
428428 | ^^^^^^^^^^^^^^^^^^
429429 |
430430 = [NOTE] `cargo::unused_dependencies` is set to `warn` in `[lints]`
431- [HELP] remove the dependency
431+ [HELP] consider removing the unused dependency
432432 |
4334339 - used_dev = "0.1.0"
434434 |
@@ -497,7 +497,7 @@ fn unused_dep_normal_but_explicit_used_dep_dev() {
497497 | ^^^^^^^^^^^^^^^^^^^
498498 |
499499 = [NOTE] `cargo::unused_dependencies` is set to `warn` in `[lints]`
500- [HELP] remove the dependency
500+ [HELP] consider removing the unused dependency
501501 |
5025029 - used_once = "0.1.0"
503503 |
@@ -631,7 +631,7 @@ fn optional_dependency() {
631631 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
632632 |
633633 = [NOTE] `cargo::unused_dependencies` is set to `warn` in `[lints]`
634- [HELP] remove the dependency
634+ [HELP] consider removing the unused dependency
635635 |
6366369 - unused = { version = "0.1.0", optional = true }
637637 |
@@ -696,7 +696,7 @@ fn unused_dep_renamed() {
696696 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
697697 |
698698 = [NOTE] `cargo::unused_dependencies` is set to `warn` in `[lints]`
699- [HELP] remove the dependency
699+ [HELP] consider removing the unused dependency
700700 |
7017019 - baz = { package = "bar", version = "0.1.0" }
702702 |
@@ -754,7 +754,7 @@ fn warning_replay() {
754754 | ^^^^^^^^^^^^^^^^
755755 |
756756 = [NOTE] `cargo::unused_dependencies` is set to `warn` in `[lints]`
757- [HELP] remove the dependency
757+ [HELP] consider removing the unused dependency
758758 |
7597599 - unused = "0.1.0"
760760 |
@@ -774,7 +774,7 @@ fn warning_replay() {
774774 | ^^^^^^^^^^^^^^^^
775775 |
776776 = [NOTE] `cargo::unused_dependencies` is set to `warn` in `[lints]`
777- [HELP] remove the dependency
777+ [HELP] consider removing the unused dependency
778778 |
7797799 - unused = "0.1.0"
780780 |
@@ -841,7 +841,7 @@ fn unused_dep_target() {
841841 | ^^^^^^^^^^^^^^^^
842842 |
843843 = [NOTE] `cargo::unused_dependencies` is set to `warn` in `[lints]`
844- [HELP] remove the dependency
844+ [HELP] consider removing the unused dependency
845845 |
8468469 - unused = "0.1.0"
847847 |
@@ -1132,7 +1132,7 @@ fn package_selection() {
11321132 | ^^^^^^^^^^^^^^^^^^^^
11331133 |
11341134 = [NOTE] `cargo::unused_dependencies` is set to `warn` in `[lints]`
1135- [HELP] remove the dependency
1135+ [HELP] consider removing the unused dependency
11361136 |
113711379 - unused_bar = "0.1.0"
11381138 |
@@ -1143,7 +1143,7 @@ fn package_selection() {
11431143 | ^^^
11441144 |
11451145 = [NOTE] `cargo::unused_dependencies` is set to `warn` in `[lints]`
1146- [HELP] remove the dependency
1146+ [HELP] consider removing the unused dependency
11471147 |
1148114811 - bar.path = "../bar"
1149114911 + .path = "../bar"
@@ -1154,7 +1154,7 @@ fn package_selection() {
1154115412 | external.path = "../external"
11551155 | ^^^^^^^^
11561156 |
1157- [HELP] remove the dependency
1157+ [HELP] consider removing the unused dependency
11581158 |
1159115912 - external.path = "../external"
1160116012 + .path = "../external"
@@ -1165,7 +1165,7 @@ fn package_selection() {
116511659 | unused_foo = "0.1.0"
11661166 | ^^^^^^^^^^^^^^^^^^^^
11671167 |
1168- [HELP] remove the dependency
1168+ [HELP] consider removing the unused dependency
11691169 |
117011709 - unused_foo = "0.1.0"
11711171 |
@@ -1189,7 +1189,7 @@ fn package_selection() {
11891189 | ^^^
11901190 |
11911191 = [NOTE] `cargo::unused_dependencies` is set to `warn` in `[lints]`
1192- [HELP] remove the dependency
1192+ [HELP] consider removing the unused dependency
11931193 |
1194119411 - bar.path = "../bar"
1195119511 + .path = "../bar"
@@ -1200,7 +1200,7 @@ fn package_selection() {
1200120012 | external.path = "../external"
12011201 | ^^^^^^^^
12021202 |
1203- [HELP] remove the dependency
1203+ [HELP] consider removing the unused dependency
12041204 |
1205120512 - external.path = "../external"
1206120612 + .path = "../external"
@@ -1211,7 +1211,7 @@ fn package_selection() {
121112119 | unused_foo = "0.1.0"
12121212 | ^^^^^^^^^^^^^^^^^^^^
12131213 |
1214- [HELP] remove the dependency
1214+ [HELP] consider removing the unused dependency
12151215 |
121612169 - unused_foo = "0.1.0"
12171217 |
@@ -1234,7 +1234,7 @@ fn package_selection() {
12341234 | ^^^^^^^^^^^^^^^^^^^^
12351235 |
12361236 = [NOTE] `cargo::unused_dependencies` is set to `warn` in `[lints]`
1237- [HELP] remove the dependency
1237+ [HELP] consider removing the unused dependency
12381238 |
123912399 - unused_bar = "0.1.0"
12401240 |
@@ -1431,7 +1431,7 @@ fn allow_rustflags() {
14311431 | ^^^^^^^^^^^^^^^^
14321432 |
14331433 = [NOTE] `cargo::unused_dependencies` is set to `warn` in `[lints]`
1434- [HELP] remove the dependency
1434+ [HELP] consider removing the unused dependency
14351435 |
143614369 - unused = "0.1.0"
14371437 |
@@ -1489,7 +1489,7 @@ fn allow_attribute() {
14891489 | ^^^^^^^^^^^^^^^^
14901490 |
14911491 = [NOTE] `cargo::unused_dependencies` is set to `warn` in `[lints]`
1492- [HELP] remove the dependency
1492+ [HELP] consider removing the unused dependency
14931493 |
149414949 - unused = "0.1.0"
14951495 |
@@ -1546,7 +1546,7 @@ fn deny_in_manifest() {
15461546 | ^^^^^^^^^^^^^^^^
15471547 |
15481548 = [NOTE] `cargo::unused_dependencies` is set to `deny` in `[lints]`
1549- [HELP] remove the dependency
1549+ [HELP] consider removing the unused dependency
15501550 |
155115519 - unused = "0.1.0"
15521552 |
@@ -1603,7 +1603,7 @@ fn deny_rustflags() {
16031603 | ^^^^^^^^^^^^^^^^
16041604 |
16051605 = [NOTE] `cargo::unused_dependencies` is set to `warn` in `[lints]`
1606- [HELP] remove the dependency
1606+ [HELP] consider removing the unused dependency
16071607 |
160816089 - unused = "0.1.0"
16091609 |
@@ -1661,7 +1661,7 @@ fn deny_attribute() {
16611661 | ^^^^^^^^^^^^^^^^
16621662 |
16631663 = [NOTE] `cargo::unused_dependencies` is set to `warn` in `[lints]`
1664- [HELP] remove the dependency
1664+ [HELP] consider removing the unused dependency
16651665 |
166616669 - unused = "0.1.0"
16671667 |
@@ -1719,7 +1719,7 @@ fn forbid_rustflags() {
17191719 | ^^^^^^^^^^^^^^^^
17201720 |
17211721 = [NOTE] `cargo::unused_dependencies` is set to `warn` in `[lints]`
1722- [HELP] remove the dependency
1722+ [HELP] consider removing the unused dependency
17231723 |
172417249 - unused = "0.1.0"
17251725 |
@@ -1777,7 +1777,7 @@ fn forbid_attribute() {
17771777 | ^^^^^^^^^^^^^^^^
17781778 |
17791779 = [NOTE] `cargo::unused_dependencies` is set to `warn` in `[lints]`
1780- [HELP] remove the dependency
1780+ [HELP] consider removing the unused dependency
17811781 |
178217829 - unused = "0.1.0"
17831783 |
0 commit comments