Closed azriel91 closed 4 years ago
Tasks:
Update Rust nightly and clippy
For gitlab runners, run a gitlab runner setup pipeline.
Rustfmt and Clippy are now installed on Linux Rust nightly as part of the gitlab runner setup.
[x] Update dependencies
# Runs rustfmt, cargo update, and cargo outdated cargo make --no-workspace maintain
Remove TODOs
TODO
[x] Run clippy (stable).
[x] Run cargo udeps and remove unused crates.
cargo udeps
Code coverage -- add tests / kcov-ignores.
kcov-ignore
Tasks:
Update Rust nightly and clippyFor gitlab runners, run a gitlab runner setup pipeline.
Rustfmt and Clippy are now installed on Linux Rust nightly as part of the gitlab runner setup.
[x] Update dependencies
RemoveTODO
s[x] Run clippy (stable).
[x] Run
cargo udeps
and remove unused crates.Code coverage -- add tests /kcov-ignore
s.