Skip to content

Commit d00b269

Browse files
committed
Rename Rustc Guide to Rustc Dev Guide
1 parent 1ddcea3 commit d00b269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc_infer/traits/coherence.rs

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

0 commit comments

Comments
 (0)