Skip to content

Commit 7a82da1

Browse files
committedFeb 25, 2018
tidy fix
1 parent d6f22a2 commit 7a82da1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎src/librustc/traits/select.rs

+4-2
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,8 @@ impl<'cx, 'gcx, 'tcx> SelectionContext<'cx, 'gcx, 'tcx> {
10291029
// caller obligations, and so forth and assembling a list of
10301030
// candidates. See [rustc guide] for more details.
10311031
//
1032-
// [rustc guide]: https://rust-lang-nursery.github.io/rustc-guide/trait-resolution.html#candidate-assembly
1032+
// [rustc guide]:
1033+
// https://rust-lang-nursery.github.io/rustc-guide/trait-resolution.html#candidate-assembly
10331034

10341035
fn candidate_from_obligation<'o>(&mut self,
10351036
stack: &TraitObligationStack<'o, 'tcx>)
@@ -2317,7 +2318,8 @@ impl<'cx, 'gcx, 'tcx> SelectionContext<'cx, 'gcx, 'tcx> {
23172318
// with the values found in the obligation, possibly yielding a
23182319
// type error. See [rustc guide] for more details.
23192320
//
2320-
// [rustc guide]: https://rust-lang-nursery.github.io/rustc-guide/trait-resolution.html#confirmation
2321+
// [rustc guide]:
2322+
// https://rust-lang-nursery.github.io/rustc-guide/trait-resolution.html#confirmation
23212323

23222324
fn confirm_candidate(&mut self,
23232325
obligation: &TraitObligation<'tcx>,

0 commit comments

Comments
 (0)