Add flag to ignore all parent directory configs #7621
Labels
A-configuration
Area: cargo config files and env vars
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-triage
Status: This issue is waiting on initial triage.
Describe the problem you are trying to solve
Cargo often behaves very unexpectedly and often the cause of this is
.cargo/config
files orCargo.toml
workspace definitions in one of the parent directories. One example of an issue that could have been workaround with this feature is #7620.Describe the solution you'd like
A flag
--no-parent
or something along those lines that makes cargo totally independent from configurations set in parent directories.The text was updated successfully, but these errors were encountered: