Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nightly CI #112

Merged
merged 1 commit into from
Oct 6, 2023
Merged

Fix nightly CI #112

merged 1 commit into from
Oct 6, 2023

Conversation

ivmarkov
Copy link
Contributor

@ivmarkov ivmarkov commented Oct 6, 2023

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.

@kedars kedars merged commit 89f2bc4 into project-chip:main Oct 6, 2023
21 checks passed
@ivmarkov ivmarkov deleted the ci branch February 11, 2024 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants