Skip to content

Commit

Permalink
add missing Ferris
Browse files Browse the repository at this point in the history
  • Loading branch information
leudz committed Jul 17, 2019
1 parent 7ddc464 commit 1b006e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ch16-02-message-passing.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@ want to send over the channel.

<span class="filename">Filename: src/main.rs</span>

```rust
```rust,ignore,does_not_compile
use std::sync::mpsc;
fn main() {
let (tx, rx) = mpsc::channel();
# tx.send(()).unwrap();
}
```

Expand Down

0 comments on commit 1b006e0

Please sign in to comment.