]> git.lizzy.rs Git - rust.git/commitdiff
tidy fix
authorMark Mansi <markm@cs.wisc.edu>
Sun, 25 Feb 2018 21:42:25 +0000 (15:42 -0600)
committerMark Mansi <markm@cs.wisc.edu>
Sun, 25 Feb 2018 21:42:25 +0000 (15:42 -0600)
src/librustc/traits/select.rs

index 3ffde1521b99ea64d812eee97298f5acb1a392f0..22e23cc012b440a66e2b0f9103d38cad07249eb3 100644 (file)
@@ -1029,7 +1029,8 @@ fn insert_evaluation_cache(&mut self,
     // caller obligations, and so forth and assembling a list of
     // candidates. See [rustc guide] for more details.
     //
-    // [rustc guide]: https://rust-lang-nursery.github.io/rustc-guide/trait-resolution.html#candidate-assembly
+    // [rustc guide]:
+    // https://rust-lang-nursery.github.io/rustc-guide/trait-resolution.html#candidate-assembly
 
     fn candidate_from_obligation<'o>(&mut self,
                                      stack: &TraitObligationStack<'o, 'tcx>)
@@ -2317,7 +2318,8 @@ fn collect_predicates_for_types(&mut self,
     // with the values found in the obligation, possibly yielding a
     // type error.  See [rustc guide] for more details.
     //
-    // [rustc guide]: https://rust-lang-nursery.github.io/rustc-guide/trait-resolution.html#confirmation
+    // [rustc guide]:
+    // https://rust-lang-nursery.github.io/rustc-guide/trait-resolution.html#confirmation
 
     fn confirm_candidate(&mut self,
                          obligation: &TraitObligation<'tcx>,