Re-export Client from rustc_data_structures::jobserver
This commit is contained in:
parent
285144a8de
commit
72c67bec09
2 changed files with 2 additions and 3 deletions
|
@ -28,9 +28,8 @@ use syntax_pos::{MultiSpan, Span};
|
||||||
|
|
||||||
use rustc_target::spec::{PanicStrategy, RelroLevel, Target, TargetTriple};
|
use rustc_target::spec::{PanicStrategy, RelroLevel, Target, TargetTriple};
|
||||||
use rustc_data_structures::flock;
|
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 rustc_data_structures::profiling::{SelfProfiler, SelfProfilerRef};
|
||||||
use ::jobserver::Client;
|
|
||||||
|
|
||||||
use std;
|
use std;
|
||||||
use std::cell::{self, RefCell};
|
use std::cell::{self, RefCell};
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
use jobserver_crate::Client;
|
pub use jobserver_crate::Client;
|
||||||
use lazy_static::lazy_static;
|
use lazy_static::lazy_static;
|
||||||
|
|
||||||
lazy_static! {
|
lazy_static! {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue