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.
1 parent 683dd11 commit f521aa6Copy full SHA for f521aa6
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