Skip to content

Commit 56b9ce3

Browse files
committed
Reserve the "target" profile name.
Just in case we want to use it later.
1 parent 895f527 commit 56b9ce3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cargo/util/toml/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@ impl TomlProfile {
602602
| "rust"
603603
| "rustc"
604604
| "rustdoc"
605+
| "target"
605606
| "tmp"
606607
| "uninstall"
607608
) || lower_name.starts_with("cargo")

0 commit comments

Comments
 (0)