Skip to content

Commit c72ec76

Browse files
committed
update rustc-guide to rustc-dev-guide
1 parent e8ba075 commit c72ec76

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://rust-lang.github.io/rustc-dev-guide/type-inference.html
1717
There should be a broader discussion of type inference somewhere.
1818
-->

0 commit comments

Comments
 (0)