diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-10-06 21:26:55 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-06 21:26:55 +0000 |
| commit | 07016a4ffbe0b0ea689b83a6ddf19ab1b6a9a79a (patch) | |
| tree | de82055258c8e3962911e85426dc91f716f04a65 /embassy-executor/src/lib.rs | |
| parent | e2a2bd3c573928208a4c85e7fcd6ad630f23f47d (diff) | |
| parent | dbf0416abd48190056a25828d8e5d8f889170f88 (diff) | |
Merge pull request #4744 from embassy-rs/edition2024
Edition 2024.
Diffstat (limited to 'embassy-executor/src/lib.rs')
| -rw-r--r-- | embassy-executor/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-executor/src/lib.rs b/embassy-executor/src/lib.rs index e47b8eb9f..cffc76699 100644 --- a/embassy-executor/src/lib.rs +++ b/embassy-executor/src/lib.rs | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | #![cfg_attr(not(any(feature = "arch-std", feature = "arch-wasm")), no_std)] | 1 | #![cfg_attr(not(any(feature = "arch-std", feature = "arch-wasm")), no_std)] |
| 2 | #![allow(clippy::new_without_default)] | 2 | #![allow(clippy::new_without_default)] |
| 3 | #![allow(unsafe_op_in_unsafe_fn)] | ||
| 3 | #![doc = include_str!("../README.md")] | 4 | #![doc = include_str!("../README.md")] |
| 4 | #![warn(missing_docs)] | 5 | #![warn(missing_docs)] |
| 5 | 6 | ||
