File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments