]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #30343 - Seeker14491:patch-1, r=bluss
authorbors <bors@rust-lang.org>
Sun, 13 Dec 2015 17:11:36 +0000 (17:11 +0000)
committerbors <bors@rust-lang.org>
Sun, 13 Dec 2015 17:11:36 +0000 (17:11 +0000)
The `MIN` link was broken. Reverts #29624.

src/libstd/lib.rs

index c8b8caee84ee68926577901fb15bae906dbc1065..054f281c0707157fae691b12fae675e46dcb2cc0 100644 (file)
@@ -76,7 +76,7 @@
 //! `i32`](primitive.i32.html) that lists all the methods that can be called on
 //! 32-bit integers (very useful), and there is a [page for the module
 //! `std::i32`](i32/index.html) that documents the constant values [`MIN`] and
-//! [`MAX`](i32/constant.MAX.html) (rarely useful).
+//! [`MAX`] (rarely useful).
 //!
 //! Note the documentation for the primitives [`str`] and [`[T]`][slice] (also
 //! called 'slice'). Many method calls on [`String`] and [`Vec<T>`] are actually
 //! [`mpsc`], which contains the channel types for message passing.
 //!
 //! [I/O]: io/index.html
-//! [MIN]: i32/constant.MIN.html
+//! [`MIN`]: i32/constant.MIN.html
+//! [`MAX`]: i32/constant.MAX.html
 //! [TCP]: net/struct.TcpStream.html
 //! [The Rust Prelude]: prelude/index.html
 //! [UDP]: net/struct.UdpSocket.html