imxrt-rs / imxrt-hal

Rust for NXP i.MX RT
Apache License 2.0
122 stars 29 forks source link

Fix warnings detected in upcoming toolchains #158

Closed mciantyre closed 1 month ago

mciantyre commented 1 month ago

Future Rust toolchains will warn about unknown cfgs and introduce more clippy warnings. This PR eagerly fixes those warnings. See commits for more information.

teburd commented 1 month ago

neat feature, for checking features :-D