cargo --fix does not recognise there's a VCS on a fossil project #12721
Open
Description
Problem
After running cargo --build, it offered suggestions to fix issues via cargo --fix. However, cargo --fix does not recognise the project is versioned by fossil, although it was created with the appropriate cargo new option.
Steps
- Create a project version by fossil: cargo new example --vcs fossil
- Run cargo fix on it: cargo fix
Possible Solution(s)
No response
Notes
No response
Version
cargo 1.72.1 (103a7ff2e 2023-08-15)