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 0f5f386 commit 9f90dbaCopy full SHA for 9f90dba
embedded-nal-async/src/lib.rs
@@ -2,7 +2,7 @@
2
3
#![no_std]
4
#![feature(async_fn_in_trait, impl_trait_projections)]
5
-#![allow(incomplete_features)]
+#![allow(stable_features, unknown_lints, async_fn_in_trait)]
6
#![deny(missing_docs)]
7
#![deny(unsafe_code)]
8
#![cfg_attr(feature = "ip_in_core", feature(ip_in_core))]
0 commit comments