about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2020-03-06 11:17:12 -0300
committerSantiago Pastorino <spastorino@gmail.com>2020-03-10 17:08:18 -0300
commitd00b2696d874ca245e36766b8a1f6f2eb7f30cb1 (patch)
tree23c280e78dd6c42e45bf929a22a30479d8f9986c
parent1ddcea3422295ece28d59aae9fa5ea7fccb23c2e (diff)
downloadrust-d00b2696d874ca245e36766b8a1f6f2eb7f30cb1.tar.gz
rust-d00b2696d874ca245e36766b8a1f6f2eb7f30cb1.zip
Rename Rustc Guide to Rustc Dev Guide
-rw-r--r--src/librustc_infer/traits/coherence.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustc_infer/traits/coherence.rs b/src/librustc_infer/traits/coherence.rs
index 55ef93887d2..ee44b4a6776 100644
--- a/src/librustc_infer/traits/coherence.rs
+++ b/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