File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-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`](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
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
You can’t perform that action at this time.
0 commit comments