Skip to content

Commit 37f4be6

Browse files
committed
Revert "fix ci warning"
This reverts commit 81bc367.
1 parent a6c77cc commit 37f4be6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: embedded-can/src/lib.rs

-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
33
#![warn(missing_docs)]
44
#![no_std]
5-
// disable warning for already-stabilized features.
6-
// Needed to pass CI, because we deny warnings.
7-
// We don't immediately remove them to not immediately break older nightlies.
8-
// When all features are stable, we'll remove them.
9-
#![cfg_attr(nightly, allow(stable_features, unknown_lints))]
10-
#![cfg_attr(nightly, feature(async_fn_in_trait, impl_trait_projections))]
115
#![allow(async_fn_in_trait)]
126

137
pub mod asynch;

0 commit comments

Comments
 (0)