Skip to content

Commit

Permalink
fixed unused warnings in bastion-executor
Browse files Browse the repository at this point in the history
  • Loading branch information
onsails committed Dec 26, 2019
1 parent 0ef77d8 commit 9fea200
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bastion-executor/src/blocking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ use lightproc::proc_stack::ProcStack;
use lightproc::recoverable_handle::RecoverableHandle;
use std::future::Future;
use std::io::ErrorKind;
use std::iter::{Cycle, Iterator, Repeat};
use std::iter::Iterator;

use crate::placement::CoreId;

Expand Down
3 changes: 2 additions & 1 deletion bastion-executor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ pub mod pool;
pub mod run;
pub mod run_queue;
pub mod sleepers;
pub mod utils;
pub mod worker;

mod utils;

///
/// Prelude of Bastion Executor
pub mod prelude {
Expand Down

0 comments on commit 9fea200

Please sign in to comment.