From d5e4558f1807a99a10636efcc1ff6ec514b07d56 Mon Sep 17 00:00:00 2001 From: Dániel Buga Date: Tue, 23 Sep 2025 16:23:18 +0200 Subject: Fix docs --- embassy-executor/src/raw/mod.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'embassy-executor') 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 { /// /// # Safety /// - /// You must call `initialize` before calling this method. - /// /// You must NOT call `poll` reentrantly on the same executor. /// /// In particular, note that `poll` may call the pender synchronously. Therefore, you -- cgit