diff options
| author | Mathias <[email protected]> | 2022-09-27 05:51:14 +0200 |
|---|---|---|
| committer | Mathias <[email protected]> | 2022-09-27 05:51:14 +0200 |
| commit | cd539ba3a0140311dc24930b29877485347fcdd1 (patch) | |
| tree | d413a30b4bb68ab17571ba4d16a613e3859f6335 /embassy-sync/src/lib.rs | |
| parent | b743d9f48ce7635b720119336c1a711269f304ed (diff) | |
| parent | c863acd24f6430950a7fdb5c527b33b42c305fec (diff) | |
Rebase
Diffstat (limited to 'embassy-sync/src/lib.rs')
| -rw-r--r-- | embassy-sync/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-sync/src/lib.rs b/embassy-sync/src/lib.rs index 25150e8aa..80bb907a3 100644 --- a/embassy-sync/src/lib.rs +++ b/embassy-sync/src/lib.rs | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | #![cfg_attr(not(any(feature = "std", feature = "wasm")), no_std)] | 1 | #![cfg_attr(not(any(feature = "std", feature = "wasm")), no_std)] |
| 2 | #![cfg_attr(feature = "nightly", feature(generic_associated_types, type_alias_impl_trait))] | 2 | #![cfg_attr(feature = "nightly", feature(type_alias_impl_trait))] |
| 3 | #![allow(clippy::new_without_default)] | 3 | #![allow(clippy::new_without_default)] |
| 4 | #![doc = include_str!("../README.md")] | 4 | #![doc = include_str!("../README.md")] |
| 5 | #![warn(missing_docs)] | 5 | #![warn(missing_docs)] |
