Closed TeXitoi closed 3 years ago
Any feedbacks? I'd like to add clippy on CI, and I'm only blocked by this warning.
Any news? @mcarton do you need help in maintaining this crate?
Thanks, I cherry-picked some commits in #81 and released it as v2.1.3. I didn't merge this PR because it now had conflicts and I don't want to run rustfmt on the tests folder, as most of those tests are copied from rustc and I want to preserve them as much as possible.
Thanks
I also cleaned clippy warning in test, activated
cargo clippy --all-targets
to have clippy running on tests, and some fmt in the modified files.Each modification is in a different commit, so I can remove some if you prefer.
Fixes #74