@@ -146,16 +146,16 @@ fn incompat_in_dependency() {
146146 . with_stderr_data ( str![ [ r#"
147147[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
148148[WARNING] the following packages contain code that will be rejected by a future version of Rust: bar v1.0.0
149- [NOTE] To solve this problem, you can try the following approaches:
149+ [NOTE] to solve this problem, you can try the following approaches:
150150
151- - Ensure the maintainers know of this problem (e.g. creating a bug report if needed)
152- or even helping with a fix (e.g. by creating a pull request):
151+ - ensure the maintainers know of this problem (e.g. creating a bug report if needed)
152+ or even helping with a fix (e.g. by creating a pull request)
153153
154154 - bar@1.0.0
155- - Repository : https://example.com/
156- - Detailed warning command: `cargo report future-incompatibilities --id 1 --package bar@1.0.0`
155+ - repository : https://example.com/
156+ - detailed warning command: `cargo report future-incompatibilities --id 1 --package bar@1.0.0`
157157
158- - Use your own version of the dependency with the `[patch]` section in `Cargo.toml`.
158+ - use your own version of the dependency with the `[patch]` section in `Cargo.toml`
159159For more information, see:
160160https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
161161
@@ -176,16 +176,16 @@ to be in wide use.
176176Each warning should contain a link for more information on what the warning
177177means and how to resolve it.
178178
179- To solve this problem, you can try the following approaches:
179+ to solve this problem, you can try the following approaches:
180180
181- - Ensure the maintainers know of this problem (e.g. creating a bug report if needed)
182- or even helping with a fix (e.g. by creating a pull request):
181+ - ensure the maintainers know of this problem (e.g. creating a bug report if needed)
182+ or even helping with a fix (e.g. by creating a pull request)
183183
184184 - bar@1.0.0
185- - Repository : https://example.com/
186- - Detailed warning command: `cargo report future-incompatibilities --id 1 --package bar@1.0.0`
185+ - repository : https://example.com/
186+ - detailed warning command: `cargo report future-incompatibilities --id 1 --package bar@1.0.0`
187187
188- - Use your own version of the dependency with the `[patch]` section in `Cargo.toml`.
188+ - use your own version of the dependency with the `[patch]` section in `Cargo.toml`
189189For more information, see:
190190https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
191191
@@ -595,29 +595,29 @@ fn suggestions_for_updates() {
595595[CHECKING] foo v0.1.0 ([ROOT]/foo)
596596[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
597597[WARNING] the following packages contain code that will be rejected by a future version of Rust: big_update v1.0.0, with_updates v1.0.0, without_updates v1.0.0
598- [NOTE] To solve this problem, you can try the following approaches:
598+ [NOTE] to solve this problem, you can try the following approaches:
599599
600- - Update to a newer version to see if the issue has been fixed:
600+ - update to a newer version to see if the issue has been fixed
601601
602602 - big_update v1.0.0 has the following newer versions available: 2.0.0
603603 - with_updates v1.0.0 has the following newer versions available: 1.0.1, 1.0.2, 3.0.1
604604
605- - Ensure the maintainers know of this problem (e.g. creating a bug report if needed)
606- or even helping with a fix (e.g. by creating a pull request):
605+ - ensure the maintainers know of this problem (e.g. creating a bug report if needed)
606+ or even helping with a fix (e.g. by creating a pull request)
607607
608608 - big_update@1.0.0
609- - Repository : <not found>
610- - Detailed warning command: `cargo report future-incompatibilities --id 1 --package big_update@1.0.0`
609+ - repository : <not found>
610+ - detailed warning command: `cargo report future-incompatibilities --id 1 --package big_update@1.0.0`
611611
612612 - with_updates@1.0.0
613- - Repository : <not found>
614- - Detailed warning command: `cargo report future-incompatibilities --id 1 --package with_updates@1.0.0`
613+ - repository : <not found>
614+ - detailed warning command: `cargo report future-incompatibilities --id 1 --package with_updates@1.0.0`
615615
616616 - without_updates@1.0.0
617- - Repository : <not found>
618- - Detailed warning command: `cargo report future-incompatibilities --id 1 --package without_updates@1.0.0`
617+ - repository : <not found>
618+ - detailed warning command: `cargo report future-incompatibilities --id 1 --package without_updates@1.0.0`
619619
620- - Use your own version of the dependency with the `[patch]` section in `Cargo.toml`.
620+ - use your own version of the dependency with the `[patch]` section in `Cargo.toml`
621621For more information, see:
622622https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
623623
@@ -638,29 +638,29 @@ to be in wide use.
638638Each warning should contain a link for more information on what the warning
639639means and how to resolve it.
640640
641- To solve this problem, you can try the following approaches:
641+ to solve this problem, you can try the following approaches:
642642
643- - Update to a newer version to see if the issue has been fixed:
643+ - update to a newer version to see if the issue has been fixed
644644
645645 - big_update v1.0.0 has the following newer versions available: 2.0.0
646646 - with_updates v1.0.0 has the following newer versions available: 1.0.1, 1.0.2, 3.0.1
647647
648- - Ensure the maintainers know of this problem (e.g. creating a bug report if needed)
649- or even helping with a fix (e.g. by creating a pull request):
648+ - ensure the maintainers know of this problem (e.g. creating a bug report if needed)
649+ or even helping with a fix (e.g. by creating a pull request)
650650
651651 - big_update@1.0.0
652- - Repository : <not found>
653- - Detailed warning command: `cargo report future-incompatibilities --id 1 --package big_update@1.0.0`
652+ - repository : <not found>
653+ - detailed warning command: `cargo report future-incompatibilities --id 1 --package big_update@1.0.0`
654654
655655 - with_updates@1.0.0
656- - Repository : <not found>
657- - Detailed warning command: `cargo report future-incompatibilities --id 1 --package with_updates@1.0.0`
656+ - repository : <not found>
657+ - detailed warning command: `cargo report future-incompatibilities --id 1 --package with_updates@1.0.0`
658658
659659 - without_updates@1.0.0
660- - Repository : <not found>
661- - Detailed warning command: `cargo report future-incompatibilities --id 1 --package without_updates@1.0.0`
660+ - repository : <not found>
661+ - detailed warning command: `cargo report future-incompatibilities --id 1 --package without_updates@1.0.0`
662662
663- - Use your own version of the dependency with the `[patch]` section in `Cargo.toml`.
663+ - use your own version of the dependency with the `[patch]` section in `Cargo.toml`
664664For more information, see:
665665https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
666666
@@ -700,16 +700,16 @@ fn correct_report_id_when_cached() {
700700[CHECKING] foo v1.0.0 ([ROOT]/foo)
701701[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
702702[WARNING] the following packages contain code that will be rejected by a future version of Rust: bar v1.0.0
703- [NOTE] To solve this problem, you can try the following approaches:
703+ [NOTE] to solve this problem, you can try the following approaches:
704704
705- - Ensure the maintainers know of this problem (e.g. creating a bug report if needed)
706- or even helping with a fix (e.g. by creating a pull request):
705+ - ensure the maintainers know of this problem (e.g. creating a bug report if needed)
706+ or even helping with a fix (e.g. by creating a pull request)
707707
708708 - bar@1.0.0
709- - Repository : https://example.com/
710- - Detailed warning command: `cargo report future-incompatibilities --id 1 --package bar@1.0.0`
709+ - repository : https://example.com/
710+ - detailed warning command: `cargo report future-incompatibilities --id 1 --package bar@1.0.0`
711711
712- - Use your own version of the dependency with the `[patch]` section in `Cargo.toml`.
712+ - use your own version of the dependency with the `[patch]` section in `Cargo.toml`
713713For more information, see:
714714https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
715715
@@ -723,16 +723,16 @@ https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch
723723 . with_stderr_data ( str![ [ r#"
724724[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
725725[WARNING] the following packages contain code that will be rejected by a future version of Rust: bar v1.0.0
726- [NOTE] To solve this problem, you can try the following approaches:
726+ [NOTE] to solve this problem, you can try the following approaches:
727727
728- - Ensure the maintainers know of this problem (e.g. creating a bug report if needed)
729- or even helping with a fix (e.g. by creating a pull request):
728+ - ensure the maintainers know of this problem (e.g. creating a bug report if needed)
729+ or even helping with a fix (e.g. by creating a pull request)
730730
731731 - bar@1.0.0
732- - Repository : https://example.com/
733- - Detailed warning command: `cargo report future-incompatibilities --id 1 --package bar@1.0.0`
732+ - repository : https://example.com/
733+ - detailed warning command: `cargo report future-incompatibilities --id 1 --package bar@1.0.0`
734734
735- - Use your own version of the dependency with the `[patch]` section in `Cargo.toml`.
735+ - use your own version of the dependency with the `[patch]` section in `Cargo.toml`
736736For more information, see:
737737https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
738738
0 commit comments