From 4781c6f8e75fec74ab519d819499aa2148380518 Mon Sep 17 00:00:00 2001 From: Jacob Kiesel Date: Tue, 22 Jan 2019 09:39:19 -0700 Subject: [PATCH] Remove unused links --- src/libstd/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 5a33f3e7a37..93ce8a1495f 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -155,7 +155,6 @@ //! [TCP]: net/struct.TcpStream.html //! [The Rust Prelude]: prelude/index.html //! [UDP]: net/struct.UdpSocket.html -//! [`::std::env::args`]: env/fn.args.html //! [`Arc`]: sync/struct.Arc.html //! [owned slice]: boxed/index.html //! [`Cell`]: cell/struct.Cell.html @@ -189,7 +188,6 @@ //! [`thread`]: thread/index.html //! [`use std::env`]: env/index.html //! [`use`]: ../book/ch07-02-modules-and-use-to-control-scope-and-privacy.html#the-use-keyword-to-bring-paths-into-a-scope -//! [crate root]: ../book/ch07-01-packages-and-crates-for-making-libraries-and-executables.html //! [crates.io]: https://crates.io //! [deref-coercions]: ../book/ch15-02-deref.html#implicit-deref-coercions-with-functions-and-methods //! [files]: fs/struct.File.html