esp-rs / embuild

Build support for embedded Rust: Cargo integration with other embedded build ecosystems & tools, like PlatformIO, CMake and kconfig.
Apache License 2.0
139 stars 40 forks source link

Fix clippy warning with 1.79.0 toolchain #90

Closed tomstokes closed 4 months ago

tomstokes commented 4 months ago

The newest version of clippy catches a clippy::manual-unwrap-or-default issue, causing CI builds to fail.

This implements the recommended fix and therefore should fix the CI builds.

Vollbrecht commented 4 months ago

closed as #88 contains this changes. Thanks!