Skip to content

Commit

Permalink
Rename Rustc Guide to Rustc Dev Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Mar 10, 2020
1 parent 1ddcea3 commit d00b269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustc_infer/traits/coherence.rs
@@ -1,5 +1,5 @@
//! See Rustc Guide chapters on [trait-resolution] and [trait-specialization] for more info on how
//! this works.
//! See Rustc Dev Guide chapters on [trait-resolution] and [trait-specialization] for more info on
//! how this works.
//!
//! [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
Expand Down

0 comments on commit d00b269

Please sign in to comment.