diff options
| author | Matteo Meluzzi <[email protected]> | 2025-10-02 10:53:31 +0200 |
|---|---|---|
| committer | Matteo Meluzzi <[email protected]> | 2025-10-02 10:53:31 +0200 |
| commit | 828a8df18d04877df1f55f04354980b28ff2f2f8 (patch) | |
| tree | c4fa405f5eba7a14b6d435d6cc746c9e0dc52632 /embassy-executor/src/raw/mod.rs | |
| parent | 176649e71ad442ca9856af6c11989b0b2f228c4b (diff) | |
| parent | 194a721d0eab929a2af0a2a4e45ca8e70e0d3f0a (diff) | |
Merge branch 'main' into 17-add-support-for-boot-protocol
Diffstat (limited to 'embassy-executor/src/raw/mod.rs')
| -rw-r--r-- | embassy-executor/src/raw/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embassy-executor/src/raw/mod.rs b/embassy-executor/src/raw/mod.rs index 9f36c60bc..dbd70cbf4 100644 --- a/embassy-executor/src/raw/mod.rs +++ b/embassy-executor/src/raw/mod.rs | |||
| @@ -564,8 +564,6 @@ impl Executor { | |||
| 564 | /// | 564 | /// |
| 565 | /// # Safety | 565 | /// # Safety |
| 566 | /// | 566 | /// |
| 567 | /// You must call `initialize` before calling this method. | ||
| 568 | /// | ||
| 569 | /// You must NOT call `poll` reentrantly on the same executor. | 567 | /// You must NOT call `poll` reentrantly on the same executor. |
| 570 | /// | 568 | /// |
| 571 | /// In particular, note that `poll` may call the pender synchronously. Therefore, you | 569 | /// In particular, note that `poll` may call the pender synchronously. Therefore, you |
