Solved all warnings #49
Merged
meliurwen
merged 2 commits from 36-refactor-solve-the-warnings-issue
into dev
2 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch '36-refactor-solve-the-warnings-issue'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Description
See the issue related, what is done in the commits and in the changelog below.
Issues related
Merge into Dev Checklist
Changelog
#![allow(non_snake_case)]
inlib.rs
src/
src/
tests/
tests/
(Optional) Extra info
None
clippy
in the CI is too much pedantic, must be nerfed (see issue #50).All warnings has been solved for the
cargo check
andcargo clippy --all-targets -- -A clippy::all -W clippy::correctness
commands.So we can consider the issue #36 solved and this PR can be merged.
Reviewers
eb0cf6e88d
.