diff options
Diffstat (limited to 'embassy-nrf/src/lib.rs')
| -rw-r--r-- | embassy-nrf/src/lib.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/embassy-nrf/src/lib.rs b/embassy-nrf/src/lib.rs index 715281119..ed8aad89b 100644 --- a/embassy-nrf/src/lib.rs +++ b/embassy-nrf/src/lib.rs | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![cfg_attr(feature = "nightly", feature(async_fn_in_trait, impl_trait_projections))] | 2 | #![allow(async_fn_in_trait)] |
| 3 | #![cfg_attr(feature = "nightly", allow(stable_features, unknown_lints, async_fn_in_trait))] | ||
| 4 | #![doc = include_str!("../README.md")] | 3 | #![doc = include_str!("../README.md")] |
| 5 | #![warn(missing_docs)] | 4 | #![warn(missing_docs)] |
| 6 | 5 | ||
| @@ -76,7 +75,6 @@ pub mod uarte; | |||
| 76 | feature = "nrf52833", | 75 | feature = "nrf52833", |
| 77 | feature = "nrf52840" | 76 | feature = "nrf52840" |
| 78 | ))] | 77 | ))] |
| 79 | #[cfg(feature = "nightly")] | ||
| 80 | pub mod usb; | 78 | pub mod usb; |
| 81 | #[cfg(not(feature = "_nrf5340"))] | 79 | #[cfg(not(feature = "_nrf5340"))] |
| 82 | pub mod wdt; | 80 | pub mod wdt; |
