esp-rs / esp-idf-template

A "Hello, world!" template of a Rust binary crate for the ESP-IDF framework.
404 stars 49 forks source link

Remove `allow` declaration in favour of anonymous import in cmake #7

Closed MabezDev closed 2 years ago

ivmarkov commented 2 years ago

Need to put the import on the same line or else cargo fmt in the CI breaks.