From 2619636a1ac3c1104eae069c9f68108a8e5d8020 Mon Sep 17 00:00:00 2001 From: Mark Simulacrum Date: Wed, 14 Jun 2017 14:38:51 -0600 Subject: [PATCH] Correct note as to location of section. --- src/librustc/infer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc/infer/README.md b/src/librustc/infer/README.md index 68e64b8b7bfc8..b4075f6973098 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.