diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2020-03-06 11:17:12 -0300 |
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2020-03-10 17:08:18 -0300 |
| commit | d00b2696d874ca245e36766b8a1f6f2eb7f30cb1 (patch) | |
| tree | 23c280e78dd6c42e45bf929a22a30479d8f9986c | |
| parent | 1ddcea3422295ece28d59aae9fa5ea7fccb23c2e (diff) | |
| download | rust-d00b2696d874ca245e36766b8a1f6f2eb7f30cb1.tar.gz rust-d00b2696d874ca245e36766b8a1f6f2eb7f30cb1.zip | |
Rename Rustc Guide to Rustc Dev Guide
| -rw-r--r-- | src/librustc_infer/traits/coherence.rs | 4 |
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 |
