diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-08-23 14:30:10 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-23 14:30:10 +0200 |
| commit | 6530c179b2efffa19fe5d7e336837692e0365af4 (patch) | |
| tree | dc2818f85297fb43777d0f90fe8127ca6ffb2a51 /embassy-sync/src/lib.rs | |
| parent | cb9f0ef5b800ce4a22cde1805e0eb88425f1e07b (diff) | |
| parent | b6bc627b24e0ad3b2e8a45ddf9b34b32f5b2e780 (diff) | |
Merge pull request #923 from lulf/doc-warnings2
Fix warnings after crate split
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 8e81e5cbe..25150e8aa 100644 --- a/embassy-sync/src/lib.rs +++ b/embassy-sync/src/lib.rs | |||
| @@ -1,7 +1,7 @@ | |||
| 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(generic_associated_types, 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)] |
| 6 | 6 | ||
| 7 | // This mod MUST go first, so that the others see its macros. | 7 | // This mod MUST go first, so that the others see its macros. |
