lobaro / FreeRTOS-rust

Rust crate for FreeRTOS
MIT License
354 stars 56 forks source link

Remove redundant import #69

Closed schteve closed 4 months ago

schteve commented 6 months ago

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.