Skip to content

Commit

Permalink
Revert "fix ci warning"
Browse files Browse the repository at this point in the history
This reverts commit 81bc367.
  • Loading branch information
liamkinne committed Jul 4, 2024
1 parent a6c77cc commit 37f4be6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions embedded-can/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
#![warn(missing_docs)]
#![no_std]
// disable warning for already-stabilized features.
// Needed to pass CI, because we deny warnings.
// We don't immediately remove them to not immediately break older nightlies.
// When all features are stable, we'll remove them.
#![cfg_attr(nightly, allow(stable_features, unknown_lints))]
#![cfg_attr(nightly, feature(async_fn_in_trait, impl_trait_projections))]
#![allow(async_fn_in_trait)]

pub mod asynch;
Expand Down

0 comments on commit 37f4be6

Please sign in to comment.