Re-export Client from rustc_data_structures::jobserver

This commit is contained in:
Mark Rousskov 2019-11-19 19:21:47 -05:00
parent 285144a8de
commit 72c67bec09
2 changed files with 2 additions and 3 deletions

View File

@ -28,9 +28,8 @@
use rustc_target::spec::{PanicStrategy, RelroLevel, Target, TargetTriple};
use rustc_data_structures::flock;
use rustc_data_structures::jobserver;
use rustc_data_structures::jobserver::{self, Client};
use rustc_data_structures::profiling::{SelfProfiler, SelfProfilerRef};
use ::jobserver::Client;
use std;
use std::cell::{self, RefCell};

View File

@ -1,4 +1,4 @@
use jobserver_crate::Client;
pub use jobserver_crate::Client;
use lazy_static::lazy_static;
lazy_static! {