FreeRTOS-rust icon indicating copy to clipboard operation
FreeRTOS-rust copied to clipboard

Remove redundant import

Open schteve opened this issue 1 year ago • 0 comments

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.

schteve avatar Mar 20 '24 01:03 schteve