Rename Rustc Guide to Rustc Dev Guide

This commit is contained in:
Santiago Pastorino 2020-03-06 11:17:12 -03:00
parent 1ddcea3422
commit d00b2696d8
No known key found for this signature in database
GPG key ID: 8131A24E0C79EFAF

View file

@ -1,5 +1,5 @@
//! See Rustc Guide chapters on [trait-resolution] and [trait-specialization] for more info on how //! See Rustc Dev Guide chapters on [trait-resolution] and [trait-specialization] for more info on
//! this works. //! how this works.
//! //!
//! [trait-resolution]: https://rust-lang.github.io/rustc-dev-guide/traits/resolution.html //! [trait-resolution]: https://rust-lang.github.io/rustc-dev-guide/traits/resolution.html
//! [trait-specialization]: https://rust-lang.github.io/rustc-dev-guide/traits/specialization.html //! [trait-specialization]: https://rust-lang.github.io/rustc-dev-guide/traits/specialization.html