Adds whitespace

This commit is contained in:
Bastian Köcher 2017-12-23 01:30:36 +01:00
parent dbbba55382
commit c2f22f01a9
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ use rustc::hir::itemlikevisit::ItemLikeVisitor;
use rustc::hir::map as hir_map;
use rustc::hir::def_id::DefId;
use rustc::middle::const_val::ConstVal;
use rustc::middle::lang_items::{ExchangeMallocFnLangItem,StartFnLangItem};
use rustc::middle::lang_items::{ExchangeMallocFnLangItem, StartFnLangItem};
use rustc::traits;
use rustc::ty::subst::{Substs, Kind};
use rustc::ty::{self, TypeFoldable, Ty, TyCtxt};