There was an error while loading. Please reload this page.
1 parent e3265cd commit d128c42Copy full SHA for d128c42
1 file changed
compiler/rustc_codegen_ssa/src/lib.rs
@@ -18,7 +18,7 @@ use std::path::{Path, PathBuf};
18
use std::sync::Arc;
19
20
use rustc_abi::Size;
21
-use rustc_crate_store::{self as cstore, self, CrateSource};
+use rustc_crate_store::{self as cstore, CrateSource};
22
use rustc_data_structures::fx::{FxHashSet, FxIndexMap};
23
use rustc_data_structures::unord::{UnordMap, UnordSet};
24
use rustc_hir::CRATE_HIR_ID;
0 commit comments