Skip to content

Commit edee023

Browse files
committed
doc(lib.rs): fix #L79 with inline link syntax
1 parent 2509948 commit edee023

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libstd/lib.rs

Lines changed: 1 addition & 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`] (rarely useful).
79+
//! [`MAX`](i32/constant.MAX.html) (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
@@ -153,7 +153,6 @@
153153
//!
154154
//! [I/O]: io/index.html
155155
//! [MIN]: i32/constant.MIN.html
156-
//! [MAX]: i32/constant.MAX.html
157156
//! [TCP]: net/struct.TcpStream.html
158157
//! [The Rust Prelude]: prelude/index.html
159158
//! [UDP]: net/struct.UdpSocket.html

0 commit comments

Comments
 (0)