diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-01 04:56:56 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-11-01 04:56:56 +0100 |
| commit | e519e002657e992c47bebc356b044902334d32bc (patch) | |
| tree | 870b521845ae7b115d032b002f4ff2f96a37835d /embassy-time | |
| parent | dd6a29adb2b503520f7db28e50563f41cf1f4730 (diff) | |
Update Rust nightly.
Diffstat (limited to 'embassy-time')
| -rw-r--r-- | embassy-time/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-time/src/lib.rs b/embassy-time/src/lib.rs index 45c1e882b..a90368d59 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(async_fn_in_trait))] | 2 | #![cfg_attr(feature = "nightly", feature(async_fn_in_trait))] |
| 3 | #![cfg_attr(feature = "nightly", allow(stable_features, unknown_lints, async_fn_in_trait))] | ||
| 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)] |
