Skip to content

Commit

Permalink
rust-lang.github.io to rustc-dev-guide.rust-lang.org
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Mar 9, 2020
1 parent c72ec76 commit 43dc1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/inferred.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ let x: Vec<_> = (0..10).collect();

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

0 comments on commit 43dc1a4

Please sign in to comment.