Skip to content

Commit 497717a

Browse files
committed
Use underscore import
1 parent 3db14a8 commit 497717a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustc/rustc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Suppress warning: we need this crate in the sysroot
2-
use rustc_codegen_ssa;
2+
use rustc_codegen_ssa as _;
33

44
fn main() {
55
// Pull in jemalloc when enabled.

0 commit comments

Comments
 (0)