diff options
| author | Corey Farwell <coreyf@rwell.org> | 2017-06-16 23:10:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-16 23:10:49 -0700 |
| commit | 881ea1ef0435c8c042ebf893346ade4534568738 (patch) | |
| tree | 7392bdc1ec789f3788cef7ab8ee36edc516fee33 | |
| parent | adc5e8f811aef652fff9c7e15fe2aabbd601b777 (diff) | |
| parent | 2619636a1ac3c1104eae069c9f68108a8e5d8020 (diff) | |
| download | rust-881ea1ef0435c8c042ebf893346ade4534568738.tar.gz rust-881ea1ef0435c8c042ebf893346ade4534568738.zip | |
Rollup merge of #42662 - Mark-Simulacrum:doc-fix, r=estebank
Correct note as to location of section. Fixes #37226.
| -rw-r--r-- | src/librustc/infer/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/infer/README.md b/src/librustc/infer/README.md index 68e64b8b7bf..b4075f69730 100644 --- a/src/librustc/infer/README.md +++ b/src/librustc/infer/README.md @@ -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. |
