diff options
| author | Mark Simulacrum <mark.simulacrum@gmail.com> | 2017-06-14 14:38:51 -0600 |
|---|---|---|
| committer | Mark Simulacrum <mark.simulacrum@gmail.com> | 2017-06-14 14:38:51 -0600 |
| commit | 2619636a1ac3c1104eae069c9f68108a8e5d8020 (patch) | |
| tree | 263acf259387aa3c09d3aff7282faca405750deb | |
| parent | 554c685b0b3b25b7aa752717edf50b8d6bcab7a0 (diff) | |
| download | rust-2619636a1ac3c1104eae069c9f68108a8e5d8020.tar.gz rust-2619636a1ac3c1104eae069c9f68108a8e5d8020.zip | |
Correct note as to location of section.
| -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. |
