diff options
| author | ivmarkov <[email protected]> | 2022-09-20 20:23:56 +0300 |
|---|---|---|
| committer | ivmarkov <[email protected]> | 2022-10-24 08:21:31 +0300 |
| commit | ba6e452cc5d6c33029f34d7cfb5cd5ea846979bd (patch) | |
| tree | 2e3479118d72b62c68f053ee606077a54b008aee /embassy-time/src/lib.rs | |
| parent | c2404ee8ca6200d9037f096eee3f0eab98711778 (diff) | |
Documentation and initial testing framework
Add mock waker
First simple test
Tests & documentation
Diffstat (limited to 'embassy-time/src/lib.rs')
| -rw-r--r-- | embassy-time/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-time/src/lib.rs b/embassy-time/src/lib.rs index 0457a6571..50f437baf 100644 --- a/embassy-time/src/lib.rs +++ b/embassy-time/src/lib.rs | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #![cfg_attr(not(any(feature = "std", feature = "wasm")), 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(type_alias_impl_trait))] |
| 3 | #![doc = include_str!("../README.md")] | 3 | #![doc = include_str!("../README.md")] |
| 4 | #![allow(clippy::new_without_default)] | 4 | #![allow(clippy::new_without_default)] |
