diff options
| author | Gabriel Smith <[email protected]> | 2022-11-27 17:59:01 -0500 |
|---|---|---|
| committer | Gabriel Smith <[email protected]> | 2022-11-27 17:59:01 -0500 |
| commit | aedcc472c9fa133f73fcf3a6139d178c81159452 (patch) | |
| tree | d7503c53a918194003f6ee2af576d2af72a729f2 /embassy-time/src/lib.rs | |
| parent | 4d84b5469ece6e7ad1597b6da41972a0ea391672 (diff) | |
time: Fix nighly feature compilation after upgrade to embedded-hal-async
0.2.0-alpha.0
Diffstat (limited to 'embassy-time/src/lib.rs')
| -rw-r--r-- | embassy-time/src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/embassy-time/src/lib.rs b/embassy-time/src/lib.rs index 586aa28de..8b0aebe19 100644 --- a/embassy-time/src/lib.rs +++ b/embassy-time/src/lib.rs | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | #![cfg_attr(not(any(feature = "std", feature = "wasm", test)), no_std)] | 1 | #![cfg_attr(not(any(feature = "std", feature = "wasm", test)), no_std)] |
| 2 | #![cfg_attr(feature = "nightly", feature(type_alias_impl_trait))] | 2 | #![cfg_attr(feature = "nightly", feature(async_fn_in_trait))] |
| 3 | #![cfg_attr(feature = "nightly", allow(incomplete_features))] | ||
| 3 | #![doc = include_str!("../README.md")] | 4 | #![doc = include_str!("../README.md")] |
| 4 | #![allow(clippy::new_without_default)] | 5 | #![allow(clippy::new_without_default)] |
| 5 | #![warn(missing_docs)] | 6 | #![warn(missing_docs)] |
