stray comma

This commit is contained in:
Douglas Campos 2017-10-01 11:14:47 -04:00
parent b24a672613
commit 11e141eba3

View File

@ -186,7 +186,7 @@ pub fn resolve_and_get_fn<'a, 'tcx>(ccx: &CrateContext<'a, 'tcx>,
ccx.tcx(),
ty::ParamEnv::empty(traits::Reveal::All),
def_id,
substs,
substs
).unwrap()
)
}