@@ -91,24 +91,6 @@ fn incompat_in_local_crate() {
9191[WARNING] `foo` (lib) generated 1 warning
9292[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
9393[WARNING] the following packages contain code that will be rejected by a future version of Rust: foo v0.0.0 ([ROOT]/foo)
94- [NOTE]
95- To solve this problem, you can try the following approaches:
96-
97-
98- - If the issue is not solved by updating the dependencies, a fix has to be
99- implemented by those dependencies. You can help with that by notifying the
100- maintainers of this problem (e.g. by creating a bug report) or by proposing a
101- fix to the maintainers (e.g. by creating a pull request):
102-
103- - foo@0.0.0
104- - Repository: <not found>
105- - Detailed warning command: `cargo report future-incompatibilities --id 1 --package foo@0.0.0`
106-
107- - If waiting for an upstream fix is not an option, you can use the `[patch]`
108- section in `Cargo.toml` to use your own version of the dependency. For more
109- information, see:
110- https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
111-
11294[NOTE] this report can be shown with `cargo report future-incompatibilities --id 1`
11395
11496"# ] ] )
@@ -127,23 +109,6 @@ Each warning should contain a link for more information on what the warning
127109means and how to resolve it.
128110
129111
130- To solve this problem, you can try the following approaches:
131-
132-
133- - If the issue is not solved by updating the dependencies, a fix has to be
134- implemented by those dependencies. You can help with that by notifying the
135- maintainers of this problem (e.g. by creating a bug report) or by proposing a
136- fix to the maintainers (e.g. by creating a pull request):
137-
138- - foo@0.0.0
139- - Repository: <not found>
140- - Detailed warning command: `cargo report future-incompatibilities --id 1 --package foo@0.0.0`
141-
142- - If waiting for an upstream fix is not an option, you can use the `[patch]`
143- section in `Cargo.toml` to use your own version of the dependency. For more
144- information, see:
145- https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
146-
147112The package `foo v0.0.0 ([ROOT]/foo)` currently triggers the following future incompatibility lints:
148113> [WARNING] unused variable: `x`
149114...
@@ -352,7 +317,7 @@ frequency = 'never'
352317...
353318[WARNING] the following packages contain code that will be rejected by a future version of Rust: foo v0.0.0 ([ROOT]/foo)
354319...
355- - foo@0.0.0
320+ [NOTE] this report can be shown with `cargo report future-incompatibilities --id [..]`
356321...
357322" )
358323 . run ( ) ;
0 commit comments