Closed FreezyLemon closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.91%. Comparing base (
f7f2960
) to head (9aebb9a
). Report is 38 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks!
This PR updates the rustfmt configuration.. by deleting
rustfmt.toml
.There are only two or three options that do anything at all. The others are set to their respective default value or otherwise ineffective.
Copied from the commit message:
This config includes unstable options which make a
nightly
toolchain necessary to runcargo fmt
, which feels unnecessary. As you can see, there is effectively no change to the actual code formatting after this configuration change.