Skip to content

Commit 497cfe5

Browse files
committed
Remove excess trailing space
1 parent 3fb97ec commit 497cfe5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/cargo/core/compiler/future_incompat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ fix to the maintainers (e.g. by creating a pull request):
485485
section in `Cargo.toml` to use your own version of the dependency. For more
486486
information, see:
487487
https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
488-
",
488+
",
489489
upstream_info = upstream_info,
490490
update_message = update_message,
491491
);

tests/testsuite/future_incompat_report.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ fix to the maintainers (e.g. by creating a pull request):
108108
section in `Cargo.toml` to use your own version of the dependency. For more
109109
information, see:
110110
https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
111-
111+
112112
[NOTE] this report can be shown with `cargo report future-incompatibilities --id 1`
113113
114114
"#]])
@@ -143,7 +143,7 @@ fix to the maintainers (e.g. by creating a pull request):
143143
section in `Cargo.toml` to use your own version of the dependency. For more
144144
information, see:
145145
https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
146-
146+
147147
The package `foo v0.0.0 ([ROOT]/foo)` currently triggers the following future incompatibility lints:
148148
> [WARNING] unused variable: `x`
149149
...
@@ -198,7 +198,7 @@ fix to the maintainers (e.g. by creating a pull request):
198198
section in `Cargo.toml` to use your own version of the dependency. For more
199199
information, see:
200200
https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
201-
201+
202202
[NOTE] this report can be shown with `cargo report future-incompatibilities --id 1`
203203
204204
"#]])
@@ -233,7 +233,7 @@ fix to the maintainers (e.g. by creating a pull request):
233233
section in `Cargo.toml` to use your own version of the dependency. For more
234234
information, see:
235235
https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
236-
236+
237237
The package `bar v1.0.0` currently triggers the following future incompatibility lints:
238238
> [WARNING] unused variable: `x`
239239
...
@@ -686,7 +686,7 @@ fix to the maintainers (e.g. by creating a pull request):
686686
section in `Cargo.toml` to use your own version of the dependency. For more
687687
information, see:
688688
https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
689-
689+
690690
[NOTE] this report can be shown with `cargo report future-incompatibilities --id 1`
691691
692692
"#]])
@@ -714,7 +714,7 @@ fix to the maintainers (e.g. by creating a pull request):
714714
section in `Cargo.toml` to use your own version of the dependency. For more
715715
information, see:
716716
https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section
717-
717+
718718
[NOTE] this report can be shown with `cargo report future-incompatibilities --id 1`
719719
720720
"#]])

0 commit comments

Comments
 (0)