Skip to content

Commit 11e141e

Browse files
committed
stray comma
1 parent b24a672 commit 11e141e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_trans/callee.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ pub fn resolve_and_get_fn<'a, 'tcx>(ccx: &CrateContext<'a, 'tcx>,
186186
ccx.tcx(),
187187
ty::ParamEnv::empty(traits::Reveal::All),
188188
def_id,
189-
substs,
189+
substs
190190
).unwrap()
191191
)
192192
}

0 commit comments

Comments
 (0)