Problem
seen behaviour
cargo fix
error: the working directory of this package has uncommitted changes, and `cargo fix` can potentially perform destructive changes; if you'd like to suppress this error pass `--allow-dirty`, or commit the changes to these files:
* api.txt (dirty)
* diff.diff (dirty)
expected behaviour
cargo fix should run if no rust file is dirty or untracked.
I've looked for issues related to this, and only found
Proposed Solution
No response
Notes
No response
Problem
seen behaviour
cargo fixexpected behaviour
cargo fixshould run if no rust file is dirty or untracked.I've looked for issues related to this, and only found
Proposed Solution
No response
Notes
No response