Solved all warnings #49

Merged
meliurwen merged 2 commits from 36-refactor-solve-the-warnings-issue into dev 2 years ago
meliurwen commented 2 years ago (Migrated from github.com)
Owner

Description

See the issue related, what is done in the commits and in the changelog below.

Merge into Dev Checklist

  • Tests for the new code
  • Acceptance Testing

Changelog

  • Added #![allow(non_snake_case)] in lib.rs
  • Removed some unused modules in src/
  • Fixed some negligible issues in src/
  • Solved all warnings in tests/
  • Removed all unused imported modules in tests/

(Optional) Extra info

None

<!-- # Pull/Merge Request into dev --> ## Description See the issue related, what is done in the commits and in the changelog below. ## Issues related * #36 ## Merge into Dev Checklist * [x] Tests for the new code * [x] Acceptance Testing ## Changelog * Added `#![allow(non_snake_case)]` in `lib.rs` * Removed some unused modules in `src/` * Fixed some negligible issues in `src/` * Solved all warnings in `tests/` * Removed all unused imported modules in `tests/` ## (Optional) Extra info None
AlessandroBregoli (Migrated from github.com) approved these changes 2 years ago
meliurwen commented 2 years ago (Migrated from github.com)
Owner

clippy in the CI is too much pedantic, must be nerfed (see issue #50).

All warnings has been solved for the cargo check and cargo clippy --all-targets -- -A clippy::all -W clippy::correctness commands.

So we can consider the issue #36 solved and this PR can be merged.

`clippy` in the CI is too much pedantic, must be nerfed (see issue #50). All warnings has been solved for the `cargo check` and `cargo clippy --all-targets -- -A clippy::all -W clippy::correctness` commands. So we can consider the issue #36 solved and this PR can be merged.
The pull request has been merged as eb0cf6e88d.
Sign in to join this conversation.
Loading…
There is no content yet.