Skip to content

Commit 98ab776

Browse files
committed
Adapt to new Pin interface
1 parent 384b493 commit 98ab776

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,8 @@
439439
//!
440440
//! // Event loop
441441
//! loop {
442-
//! Pin::new(&mut blinky).resume();
443-
//! Pin::new(&mut loopback).resume();
442+
//! Pin::new(&mut blinky).resume(());
443+
//! Pin::new(&mut loopback).resume(());
444444
//! # break;
445445
//! }
446446
//! }

0 commit comments

Comments
 (0)