We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbba55 commit c2f22f0Copy full SHA for c2f22f0
src/librustc_mir/monomorphize/collector.rs
@@ -194,7 +194,7 @@ use rustc::hir::itemlikevisit::ItemLikeVisitor;
194
use rustc::hir::map as hir_map;
195
use rustc::hir::def_id::DefId;
196
use rustc::middle::const_val::ConstVal;
197
-use rustc::middle::lang_items::{ExchangeMallocFnLangItem,StartFnLangItem};
+use rustc::middle::lang_items::{ExchangeMallocFnLangItem, StartFnLangItem};
198
use rustc::traits;
199
use rustc::ty::subst::{Substs, Kind};
200
use rustc::ty::{self, TypeFoldable, Ty, TyCtxt};
0 commit comments