Clippy fix does not persist changes to disk

Viewed 35

I'm trying to lint my Rust project using cargo clippy --fix. In VSCode, while the command is running, I can see changes to the files being made in the Git submenu. However, after the command is complete, all changes seem to be reverted and all files are left in their original state. Any idea how I can make Clippy persist the changes?

0 Answers
Related