Skip to content

Commit 704540d

Browse files
committed
Use double-quotes for package spec
1 parent 5afcce6 commit 704540d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/compiler/job_queue.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ impl<'cfg> DrainState<'cfg> {
941941
"
942942
- {name}
943943
- Repository: {url}
944-
- Detailed warning command: `cargo report future-incompatibilities --id {id} --crate '{name}'",
944+
- Detailed warning command: `cargo report future-incompatibilities --id {id} --crate \"{name}\"",
945945
name = format!("{}:{}", package_id.name(), package_id.version()),
946946
url = manifest
947947
.metadata()

0 commit comments

Comments
 (0)