Skip to content

Commit

Permalink
Auto merge of #30343 - Seeker14491:patch-1, r=bluss
Browse files Browse the repository at this point in the history
The `MIN` link was broken. Reverts #29624.
  • Loading branch information
bors committed Dec 13, 2015
2 parents d5cdf06 + 73615f7 commit 69adc88
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/libstd/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -152,7 +152,8 @@
//! [`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
Expand Down

0 comments on commit 69adc88

Please sign in to comment.