Rename Rustc Guide to Rustc Dev Guide
This commit is contained in:
parent
1ddcea3422
commit
d00b2696d8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue