Skip to content

Commit d5a367d

Browse files
committed
Run './x.py fmt'
1 parent 497717a commit d5a367d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ pub mod util {
9393
extern crate self as rustc;
9494

9595
// Suppress warning: these crates will be unused when cfg(parallel_compiler) is not enabled
96+
use jobserver as _;
9697
use rustc_rayon as _;
9798
use rustc_rayon_core as _;
98-
use jobserver as _;

0 commit comments

Comments
 (0)