Skip to content

Commit 29a5c14

Browse files
committed
Fix CI
1 parent 0fe4ae9 commit 29a5c14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rs-matter/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
//!
7171
//! Start off exploring by going to the [Matter] object.
7272
#![cfg_attr(not(feature = "std"), no_std)]
73+
#![allow(stable_features)]
7374
#![cfg_attr(feature = "nightly", feature(async_fn_in_trait))]
7475
#![cfg_attr(feature = "nightly", feature(impl_trait_projections))]
7576
#![cfg_attr(feature = "nightly", allow(incomplete_features))]

0 commit comments

Comments
 (0)