File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -502,10 +502,6 @@ https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch
502
502
{suggestion_header}"
503
503
)
504
504
. unwrap ( ) ;
505
- if suggestions. len ( ) == 3 {
506
- // HACK: there is an inconsistent leading line in this case
507
- writeln ! ( & mut suggestion_message) . unwrap ( ) ;
508
- }
509
505
for suggestion in & suggestions {
510
506
writeln ! (
511
507
& mut suggestion_message,
Original file line number Diff line number Diff line change @@ -606,7 +606,6 @@ fn suggestions_for_updates() {
606
606
[NOTE]
607
607
To solve this problem, you can try the following approaches:
608
608
609
-
610
609
- Some affected dependencies have newer versions available.
611
610
You may want to consider updating them to a newer version to see if the issue has been fixed.
612
611
@@ -655,7 +654,6 @@ means and how to resolve it.
655
654
656
655
To solve this problem, you can try the following approaches:
657
656
658
-
659
657
- Some affected dependencies have newer versions available.
660
658
You may want to consider updating them to a newer version to see if the issue has been fixed.
661
659
You can’t perform that action at this time.
0 commit comments