Skip to content

Commit 2619636

Browse files
Correct note as to location of section.
1 parent 554c685 commit 2619636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/infer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,4 +236,4 @@ yet, that's what we're trying to find! In our code, we opt to unify
236236

237237
We make use of a trait-like implementation strategy to consolidate
238238
duplicated code between subtypes, GLB, and LUB computations. See the
239-
section on "Type Combining" below for details.
239+
section on "Type Combining" in combine.rs for more details.

0 commit comments

Comments
 (0)