Skip to content

Commit

Permalink
Cargo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexclique committed Oct 26, 2019
1 parent 116c81f commit 4ffe7d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bastion-executor/src/distributor.rs
@@ -1,4 +1,4 @@
use std::sync::atomic::{AtomicU8, AtomicUsize, Ordering};

use std::thread;
use crate::placement;
use crate::placement::CoreId;
Expand Down
2 changes: 1 addition & 1 deletion bastion-executor/src/placement.rs
Expand Up @@ -280,7 +280,7 @@ fn set_for_current_helper(core_id: CoreId) {
mod macos {
use std::mem;

use libc::{c_int, c_uint, c_void, pthread_self};
use libc::{c_int, c_uint, pthread_self};

use num_cpus;

Expand Down

0 comments on commit 4ffe7d5

Please sign in to comment.