Skip to content

Commit

Permalink
Merge pull request rust-lang#777 from chrissimpkins/rustc-dev-guide-t…
Browse files Browse the repository at this point in the history
…ransition

Update rustc-guide to rustc-dev-guide
  • Loading branch information
Centril committed Mar 10, 2020
2 parents 0249af4 + 43dc1a4 commit e2f11fe
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-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 e2f11fe

Please sign in to comment.