Re-export Client from rustc_data_structures::jobserver
This commit is contained in:
parent
285144a8de
commit
72c67bec09
@ -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};
|
||||
|
@ -1,4 +1,4 @@
|
||||
use jobserver_crate::Client;
|
||||
pub use jobserver_crate::Client;
|
||||
use lazy_static::lazy_static;
|
||||
|
||||
lazy_static! {
|
||||
|
Loading…
Reference in New Issue
Block a user