test(tests): β add comprehensive unit tests for all macros #73
Annotations
6 errors
Lint:
tests/test_macros.rs#L346
this comparison involving the minimum or maximum element for this type contains a case that is always true or always false
|
Lint:
tests/test_macros.rs#L362
using `clone` on type `[u32; 624]` which implements the `Copy` trait
|
Lint:
tests/test_macros.rs#L368
using `clone` on type `[u32; 624]` which implements the `Copy` trait
|
Lint:
tests/test_macros.rs#L382
equality checks against true are unnecessary
|
Lint:
tests/test_macros.rs#L382
equality checks against false can be replaced by a negation
|
Lint
Process completed with exit code 101.
|