Skip to content

Commit 89f2bc4

Browse files
authored
Merge pull request #112 from ivmarkov/ci
Fix nightly CI
2 parents 7b55e7f + 1524194 commit 89f2bc4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rs-matter/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,10 @@
7171
//! Start off exploring by going to the [Matter] object.
7272
#![cfg_attr(not(feature = "std"), no_std)]
7373
#![allow(stable_features)]
74+
#![allow(unknown_lints)]
7475
#![cfg_attr(feature = "nightly", feature(async_fn_in_trait))]
76+
#![cfg_attr(feature = "nightly", allow(async_fn_in_trait))]
7577
#![cfg_attr(feature = "nightly", feature(impl_trait_projections))]
76-
#![cfg_attr(feature = "nightly", allow(incomplete_features))]
7778

7879
pub mod acl;
7980
pub mod cert;

0 commit comments

Comments
 (0)