project-chip / rs-matter

Rust implementation of the Matter protocol. Status: Experimental
Apache License 2.0
326 stars 45 forks source link

Fix nightly CI #112

Closed ivmarkov closed 1 year ago

ivmarkov commented 1 year ago

There is a new lint Clippy complains about (that our async code's futures are not Send).

The ^^^ is OK for embedded actually, and given that this lint will be around for (quite) some time even after AFIT is stabilized - as it needs this functionality which in the meantime won't happen this year - I suggest we just suppress it, as the embedded-hal folks did for their crates.