diff --git a/rs-matter/src/lib.rs b/rs-matter/src/lib.rs index 450090b..e8f26c6 100644 --- a/rs-matter/src/lib.rs +++ b/rs-matter/src/lib.rs @@ -71,9 +71,10 @@ //! Start off exploring by going to the [Matter] object. #![cfg_attr(not(feature = "std"), no_std)] #![allow(stable_features)] +#![allow(unknown_lints)] #![cfg_attr(feature = "nightly", feature(async_fn_in_trait))] +#![cfg_attr(feature = "nightly", allow(async_fn_in_trait))] #![cfg_attr(feature = "nightly", feature(impl_trait_projections))] -#![cfg_attr(feature = "nightly", allow(incomplete_features))] pub mod acl; pub mod cert;