Run cargo fmt
This commit is contained in:
parent
28caeccf22
commit
9ceb467e6e
59 changed files with 100 additions and 98 deletions
|
|
@ -22,9 +22,9 @@ impl crate::Executor for Executor {
|
|||
|
||||
pub mod time {
|
||||
//! Listen and react to time.
|
||||
use crate::MaybeSend;
|
||||
use crate::core::time::{Duration, Instant};
|
||||
use crate::subscription::Subscription;
|
||||
use crate::MaybeSend;
|
||||
|
||||
use futures::stream;
|
||||
use std::future::Future;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue