Skip to content

Commit

Permalink
Remove -Z future-incompat-report from message displayed to user
Browse files Browse the repository at this point in the history
This was missed during stabilization
  • Loading branch information
Aaron1011 committed Dec 9, 2021
1 parent 40dc281 commit 2a43df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/core/compiler/future_incompat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch
drop(bcx.config.shell().note(&suggestion_message));
drop(bcx.config.shell().note(&format!(
"this report can be shown with `cargo report \
future-incompatibilities -Z future-incompat-report --id {}`",
future-incompatibilities --id {}`",
report_id
)));
} else if should_display_message {
Expand Down

0 comments on commit 2a43df6

Please sign in to comment.