Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit e2e49c7

Browse files
committed
Make paths absolute in the documentation.
Closes #43.
1 parent 01b23d8 commit e2e49c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@
135135
//! //
136136
//! // This section can be empty.
137137
//! links {
138-
//! rustup_dist::Error, rustup_dist::ErrorKind, Dist;
139-
//! rustup_utils::Error, rustup_utils::ErrorKind, Utils, #[cfg(unix)];
138+
//! ::rustup_dist::Error, rustup_dist::ErrorKind, Dist;
139+
//! ::rustup_utils::Error, rustup_utils::ErrorKind, Utils, #[cfg(unix)];
140140
//! }
141141
//!
142142
//! // Automatic conversions between this error chain and other
@@ -149,7 +149,7 @@
149149
//! //
150150
//! // This section can be empty.
151151
//! foreign_links {
152-
//! temp::Error, Temp;
152+
//! ::temp::Error, Temp;
153153
//! io::Error, Io, #[cfg(unix)];
154154
//! }
155155
//!

0 commit comments

Comments
 (0)