]> git.lizzy.rs Git - rust.git/commitdiff
stray comma
authorDouglas Campos <qmx@qmx.me>
Sun, 1 Oct 2017 15:14:47 +0000 (11:14 -0400)
committerDouglas Campos <qmx@qmx.me>
Sun, 1 Oct 2017 15:14:47 +0000 (11:14 -0400)
src/librustc_trans/callee.rs

index 713613cedc90f70f87fe6695c089ec068151bf6d..f5a90fc2e4a19c5739e8f5a293532ea090c966ad 100644 (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()
     )
 }