ARK-Builders / arklib

Core of the programs in ARK family
MIT License
1 stars 10 forks source link

[Rustfmt] Remove Deprecated Tags `report_fixme` and `report_todo` from Configuration #82

Closed tareknaser closed 5 months ago

tareknaser commented 5 months ago

This pull request removes the deprecated tags report_fixme and report_todo from the rustfmt.toml configuration file.

For reference:

kirillt commented 5 months ago

@tareknaser crashing on CI?

https://github.com/tareknaser/arklib/actions/runs/7877056881

tareknaser commented 5 months ago

crashing on CI?

I think it's just a new clippy error in rust version 1.76.0. updated the code to fix this error.