FreeRTOS-rust
FreeRTOS-rust copied to clipboard
Remove redundant import
Nightly has a new lint (or additions to an existing one) that detects redundant imports. It seems we import Iterator but it's already in the Rust prelude.
Unclear if this lint will persist (see https://github.com/rust-lang/rust/issues/121708) but seems reasonable to accommodate anyway.