Skip to content

Commit 74db04c

Browse files
Merge pull request #777 from chrissimpkins/rustc-dev-guide-transition
Update rustc-guide to rustc-dev-guide
2 parents fe8eb90 + d28ee84 commit 74db04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/inferred.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ let x: Vec<_> = (0..10).collect();
1313

1414
<!--
1515
What else should be said here?
16-
The only documentation I am aware of is https://rust-lang.github.io/rustc-guide/type-inference.html
16+
The only documentation I am aware of is https://rustc-dev-guide.rust-lang.org/type-inference.html
1717
There should be a broader discussion of type inference somewhere.
1818
-->

0 commit comments

Comments
 (0)