Skip to content

Commit 69adc88

Browse files
committed
Auto merge of #30343 - Seeker14491:patch-1, r=bluss
The `MIN` link was broken. Reverts #29624.
2 parents d5cdf06 + 73615f7 commit 69adc88

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/libstd/lib.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
//! `i32`](primitive.i32.html) that lists all the methods that can be called on
7777
//! 32-bit integers (very useful), and there is a [page for the module
7878
//! `std::i32`](i32/index.html) that documents the constant values [`MIN`] and
79-
//! [`MAX`](i32/constant.MAX.html) (rarely useful).
79+
//! [`MAX`] (rarely useful).
8080
//!
8181
//! Note the documentation for the primitives [`str`] and [`[T]`][slice] (also
8282
//! called 'slice'). Many method calls on [`String`] and [`Vec<T>`] are actually
@@ -152,7 +152,8 @@
152152
//! [`mpsc`], which contains the channel types for message passing.
153153
//!
154154
//! [I/O]: io/index.html
155-
//! [MIN]: i32/constant.MIN.html
155+
//! [`MIN`]: i32/constant.MIN.html
156+
//! [`MAX`]: i32/constant.MAX.html
156157
//! [TCP]: net/struct.TcpStream.html
157158
//! [The Rust Prelude]: prelude/index.html
158159
//! [UDP]: net/struct.UdpSocket.html

0 commit comments

Comments
 (0)