You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds `#[allow(async_fn_in_trait)]` to disable the lint in `async` trait
functions recommending `Send` in the return type.
Adding the type annotation is currently unstable, has little-to-no
utility in current crates using `embedded-hal`, and will break those users.
See
<#515 (comment)>
for details and discussion.
0 commit comments