Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CI workflow to treat warnings as errors
The CI workflow configuration has been changed to treat warnings as errors in order to maintain a strict coding standard. We do this by adding `-D warnings` to the `cargo clippy` command. This change will help to prevent any future code with warnings from being merged.
- Loading branch information