]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/ty/_match.rs
Run `rustfmt --file-lines ...` for changes from previous commits.
[rust.git] / src / librustc / ty / _match.rs
index 38a85c21963cee99e741e10e3eb5f5dea4ed0985..213f556f9acac168244fa3d2c6b40ddcb23a59e0 100644 (file)
@@ -20,7 +20,7 @@
 /// important thing about the result is Ok/Err. Also, matching never
 /// affects any type variables or unification state.
 pub struct Match<'gcx, 'tcx> {
-    tcx: TyCtxt<'gcx, 'tcx>
+    tcx: TyCtxt<'gcx, 'tcx>,
 }
 
 impl Match<'gcx, 'tcx> {