We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06a73b2 + f521aa6 commit 65ce31eCopy full SHA for 65ce31e
src/17-async-io-the-future/my-solution.md
@@ -3,7 +3,7 @@
3
``` rust
4
pub fn main() -> ! {
5
let mut timer = Timer::new().unwrap();
6
- let Serial { tx, rx } = Serial::new().unwrap();
+ let Serial { mut tx, mut rx } = Serial::new().unwrap();
7
8
let mut periodic = timer.periodic(100);
9
let mut bytes = rx.bytes();
0 commit comments