Skip to content

Clippy 1.71 fixes

Matti Viljanen requested to merge clippy-1.71 into main

Fix current master to work with Clippy 1.71 as well as it can. These fixes also build fine with sfdk.

Currently I have the following row in my pre-push hook script:

cargo clippy --all-targets -- -D warnings -A clippy::useless-transmute -A clippy::too-many-arguments -A clippy::size-of-ref -A clippy::items-after-test-module

Merge request reports