File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 6565//! So for example there is a [page for the primitive type
6666//! `char`](primitive::char) that lists all the methods that can be called on
6767//! characters (very useful), and there is a [page for the module
68- //! `std::char`] that documents iterator and error types created by these methods
68+ //! `std::char`](crate::char) that documents iterator and error types created by these methods
6969//! (rarely useful).
7070//!
7171//! Note the documentation for the primitives [`str`] and [`[T]`][prim@slice] (also
180180//!
181181//!
182182//! [I/O]: io
183- //! [`MIN`]: i32::MIN
184- //! [`MAX`]: i32::MAX
185- //! [page for the module `std::i32`]: crate::i32
186183//! [TCP]: net::TcpStream
187184//! [The Rust Prelude]: prelude
188185//! [UDP]: net::UdpSocket
You can’t perform that action at this time.
0 commit comments