about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorRizky Luthfianto <mrluthfianto@gmail.com>2015-11-06 00:15:32 +0700
committerRizky Luthfianto <mrluthfianto@gmail.com>2015-11-06 00:15:32 +0700
commitedee0232974dde935fb7ba53dab9ba90df197a3d (patch)
tree8d3ecb4b7434ec1f881402739c1e029b52f516a5 /src/libstd
parent2509948b3e4413d757424d6f544db1db2c05481a (diff)
downloadrust-edee0232974dde935fb7ba53dab9ba90df197a3d.tar.gz
rust-edee0232974dde935fb7ba53dab9ba90df197a3d.zip
doc(lib.rs): fix #L79 with inline link syntax
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 9acf5795fa2..01effcadb3a 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -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`] (rarely useful).
+//! [`MAX`](i32/constant.MAX.html) (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
@@ -153,7 +153,6 @@
 //!
 //! [I/O]: io/index.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