Skip to content

Commit

Permalink
stray comma
Browse files Browse the repository at this point in the history
  • Loading branch information
qmx committed Oct 1, 2017
1 parent b24a672 commit 11e141e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_trans/callee.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
)
}

0 comments on commit 11e141e

Please sign in to comment.