Skip to content

Commit

Permalink
Use double-quotes for package spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron1011 committed Oct 12, 2021
1 parent 5afcce6 commit 704540d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/core/compiler/job_queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ impl<'cfg> DrainState<'cfg> {
"
- {name}
- Repository: {url}
- Detailed warning command: `cargo report future-incompatibilities --id {id} --crate '{name}'",
- Detailed warning command: `cargo report future-incompatibilities --id {id} --crate \"{name}\"",
name = format!("{}:{}", package_id.name(), package_id.version()),
url = manifest
.metadata()
Expand Down

0 comments on commit 704540d

Please sign in to comment.