Open
Description
Problem
I have a repository with several binary files in my git tree using git LFS. When I type cargo fix
, cargo says that there are uncommited changes and lists all the files in git LFS as dirty.
Steps
- Create a Rust create and put it in git.
- Enable git LFS and add some files to it.
- Try
cargo fix
and observe the problem.
Possible Solution(s)
I guess that cargo should understand git LFS.
Notes
No response
Version
cargo 1.56.0 (4ed5d137b 2021-10-04)
release: 1.56.0
commit-hash: 4ed5d137baff5eccf1bae5a7b2ae4b57efad4a7d
commit-date: 2021-10-04