Skip to content

Commit 9f90dba

Browse files
committed
async: fix AFIT warnings on latest nightlies.
1 parent 0f5f386 commit 9f90dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embedded-nal-async/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
#![no_std]
44
#![feature(async_fn_in_trait, impl_trait_projections)]
5-
#![allow(incomplete_features)]
5+
#![allow(stable_features, unknown_lints, async_fn_in_trait)]
66
#![deny(missing_docs)]
77
#![deny(unsafe_code)]
88
#![cfg_attr(feature = "ip_in_core", feature(ip_in_core))]

0 commit comments

Comments
 (0)