Skip to content

Commit e2f11fe

Browse files
authored
Merge pull request rust-lang#777 from chrissimpkins/rustc-dev-guide-transition
Update rustc-guide to rustc-dev-guide
2 parents 0249af4 + 43dc1a4 commit e2f11fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/inferred.md

+1-1
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)