Skip to content

test(tests): βœ… add comprehensive unit tests for all macros #73

test(tests): βœ… add comprehensive unit tests for all macros

test(tests): βœ… add comprehensive unit tests for all macros #73

Triggered via push August 26, 2024 17:48
Status Failure
Total duration 31s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

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.