We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f4be6 commit b8f8ec1Copy full SHA for b8f8ec1
embedded-can/src/lib.rs
@@ -2,6 +2,7 @@
2
3
#![warn(missing_docs)]
4
#![no_std]
5
+#![cfg_attr(nightly, feature(async_fn_in_trait))]
6
#![allow(async_fn_in_trait)]
7
8
pub mod asynch;
0 commit comments