Closed BastiDood closed 2 years ago
This PR simply runs cargo clippy --fix over the codebase. One of the tests did require manual re-formatting. I simply unwrapped the Err so that the test panics in case it is not possible to save a file.
cargo clippy --fix
Err
Thanks! 🎉
This PR simply runs
cargo clippy --fix
over the codebase. One of the tests did require manual re-formatting. I simply unwrapped theErr
so that the test panics in case it is not possible to save a file.Thanks! 🎉