We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5549616 commit 42ad016Copy full SHA for 42ad016
src/inner/mod.rs
@@ -5,6 +5,9 @@
5
// ****************************************************************************
6
7
#![deny(missing_docs)]
8
+// The compiler warning for `async fn` in public traits isn't relevant for embedded,
9
+// so silence it.
10
+// https://github.com/rust-embedded/embedded-hal/pull/515#issuecomment-1763525962
11
#![allow(async_fn_in_trait)]
12
13
pub mod blockdevice;
0 commit comments