1
Fork 0

Fixed formatting.

This commit is contained in:
Isaac van Bakel 2017-08-01 22:06:08 +01:00
parent c623375326
commit d817d58fe4

View file

@ -431,7 +431,7 @@ impl<'a, 'tcx> GatherLoanCtxt<'a, 'tcx> {
// } // }
// } // }
} }
pub fn mark_loan_path_as_mutated(&self, loan_path: &LoanPath) { pub fn mark_loan_path_as_mutated(&self, loan_path: &LoanPath) {
//! For mutable loans of content whose mutability derives //! For mutable loans of content whose mutability derives
//! from a local variable, mark the mutability decl as necessary. //! from a local variable, mark the mutability decl as necessary.
@ -467,7 +467,7 @@ impl<'a, 'tcx> GatherLoanCtxt<'a, 'tcx> {
// Nothing to do. // Nothing to do.
None None
} }
} }
} }
} }