There was an error while loading. Please reload this page.
2 parents 7b55e7f + 1524194 commit 89f2bc4Copy full SHA for 89f2bc4
1 file changed
rs-matter/src/lib.rs
@@ -71,9 +71,10 @@
71
//! Start off exploring by going to the [Matter] object.
72
#![cfg_attr(not(feature = "std"), no_std)]
73
#![allow(stable_features)]
74
+#![allow(unknown_lints)]
75
#![cfg_attr(feature = "nightly", feature(async_fn_in_trait))]
76
+#![cfg_attr(feature = "nightly", allow(async_fn_in_trait))]
77
#![cfg_attr(feature = "nightly", feature(impl_trait_projections))]
-#![cfg_attr(feature = "nightly", allow(incomplete_features))]
78
79
pub mod acl;
80
pub mod cert;
0 commit comments