mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-25 00:50:26 +02:00
Remove unused import (use
) (#1303)
This should be a clean pull request with just the required diff
This commit is contained in:
parent
2072ed022b
commit
c93a4bc20c
@ -5,7 +5,6 @@ are connected via the channel, but you only see the end-points.
|
|||||||
|
|
||||||
```rust,editable
|
```rust,editable
|
||||||
use std::sync::mpsc;
|
use std::sync::mpsc;
|
||||||
use std::thread;
|
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let (tx, rx) = mpsc::channel();
|
let (tx, rx) = mpsc::channel();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user