Rollup merge of #42662 - Mark-Simulacrum:doc-fix, r=estebank

Correct note as to location of section.

Fixes #37226.
This commit is contained in:
Corey Farwell 2017-06-16 23:10:49 -07:00 committed by GitHub
commit 881ea1ef04

View file

@ -236,4 +236,4 @@ yet, that's what we're trying to find! In our code, we opt to unify
We make use of a trait-like implementation strategy to consolidate
duplicated code between subtypes, GLB, and LUB computations. See the
section on "Type Combining" below for details.
section on "Type Combining" in combine.rs for more details.