parent
81dd3824ff
commit
73615f7f8a
1 changed files with 3 additions and 2 deletions
|
@ -76,7 +76,7 @@
|
||||||
//! `i32`](primitive.i32.html) that lists all the methods that can be called on
|
//! `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
|
//! 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
|
//! `std::i32`](i32/index.html) that documents the constant values [`MIN`] and
|
||||||
//! [`MAX`](i32/constant.MAX.html) (rarely useful).
|
//! [`MAX`] (rarely useful).
|
||||||
//!
|
//!
|
||||||
//! Note the documentation for the primitives [`str`] and [`[T]`][slice] (also
|
//! Note the documentation for the primitives [`str`] and [`[T]`][slice] (also
|
||||||
//! called 'slice'). Many method calls on [`String`] and [`Vec<T>`] are actually
|
//! called 'slice'). Many method calls on [`String`] and [`Vec<T>`] are actually
|
||||||
|
@ -152,7 +152,8 @@
|
||||||
//! [`mpsc`], which contains the channel types for message passing.
|
//! [`mpsc`], which contains the channel types for message passing.
|
||||||
//!
|
//!
|
||||||
//! [I/O]: io/index.html
|
//! [I/O]: io/index.html
|
||||||
//! [MIN]: i32/constant.MIN.html
|
//! [`MIN`]: i32/constant.MIN.html
|
||||||
|
//! [`MAX`]: i32/constant.MAX.html
|
||||||
//! [TCP]: net/struct.TcpStream.html
|
//! [TCP]: net/struct.TcpStream.html
|
||||||
//! [The Rust Prelude]: prelude/index.html
|
//! [The Rust Prelude]: prelude/index.html
|
||||||
//! [UDP]: net/struct.UdpSocket.html
|
//! [UDP]: net/struct.UdpSocket.html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue