Skip to content

Commit

Permalink
Ran cargo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexclique committed Dec 20, 2019
1 parent 41852c5 commit 8cdb6af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bastion-executor/src/blocking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ use std::collections::VecDeque;

use std::sync::atomic::{AtomicU64, Ordering};
use std::time::Duration;
use std::{env, iter, thread};
use std::{env, thread};

use crossbeam_channel::{bounded, Receiver, Sender};
use lazy_static::lazy_static;
Expand All @@ -69,7 +69,7 @@ use std::io::ErrorKind;
use std::iter::{Cycle, Iterator, Repeat};

use crate::placement::CoreId;
use std::slice::Iter;

use std::sync::Mutex;

/// If low watermark isn't configured this is the default scaler value.
Expand Down

0 comments on commit 8cdb6af

Please sign in to comment.