mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
chore: apply rustfmt to all crates (#917)
This commit is contained in:
+1
-4
@@ -10,7 +10,4 @@
|
||||
//! - [mpsc](mpsc/index.html), a multi-producer, single-consumer channel for
|
||||
//! sending values between tasks.
|
||||
|
||||
pub use tokio_sync::{
|
||||
mpsc,
|
||||
oneshot,
|
||||
};
|
||||
pub use tokio_sync::{mpsc, oneshot};
|
||||
|
||||
Reference in New Issue
Block a user