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 #6

Closed MabezDev closed 2 years ago

MabezDev commented 2 years ago

A neat little trick I've been using with the atomic emulation trap handler to include a dependency without unused warnings.

ivmarkov commented 2 years ago

Can you apply the same for the cmake folder?

MabezDev commented 2 years ago

Done in #7