We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b446de commit 326caf7Copy full SHA for 326caf7
zephyr/src/embassy/executor.rs
@@ -18,7 +18,7 @@ impl Executor {
18
pub fn new() -> Self {
19
Self {
20
inner: None,
21
- poll_needed: Semaphore::new(0,1).unwrap(),
+ poll_needed: Semaphore::new(0, 1),
22
not_send: PhantomData,
23
}
24
0 commit comments