Skip to content

Commit 4781c6f

Browse files
authored
Remove unused links
1 parent eed1407 commit 4781c6f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libstd/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@
155155
//! [TCP]: net/struct.TcpStream.html
156156
//! [The Rust Prelude]: prelude/index.html
157157
//! [UDP]: net/struct.UdpSocket.html
158-
//! [`::std::env::args`]: env/fn.args.html
159158
//! [`Arc`]: sync/struct.Arc.html
160159
//! [owned slice]: boxed/index.html
161160
//! [`Cell`]: cell/struct.Cell.html
@@ -189,7 +188,6 @@
189188
//! [`thread`]: thread/index.html
190189
//! [`use std::env`]: env/index.html
191190
//! [`use`]: ../book/ch07-02-modules-and-use-to-control-scope-and-privacy.html#the-use-keyword-to-bring-paths-into-a-scope
192-
//! [crate root]: ../book/ch07-01-packages-and-crates-for-making-libraries-and-executables.html
193191
//! [crates.io]: https://crates.io
194192
//! [deref-coercions]: ../book/ch15-02-deref.html#implicit-deref-coercions-with-functions-and-methods
195193
//! [files]: fs/struct.File.html

0 commit comments

Comments
 (0)