We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58fe73e + 18d1b69 commit c12fd96Copy full SHA for c12fd96
1 file changed
library/std/src/lib.rs
@@ -65,7 +65,7 @@
65
//! So for example there is a [page for the primitive type
66
//! `char`](primitive::char) that lists all the methods that can be called on
67
//! characters (very useful), and there is a [page for the module
68
-//! `std::char`] that documents iterator and error types created by these methods
+//! `std::char`](crate::char) that documents iterator and error types created by these methods
69
//! (rarely useful).
70
//!
71
//! Note the documentation for the primitives [`str`] and [`[T]`][prim@slice] (also
@@ -180,9 +180,6 @@
180
181
182
//! [I/O]: io
183
-//! [`MIN`]: i32::MIN
184
-//! [`MAX`]: i32::MAX
185
-//! [page for the module `std::i32`]: crate::i32
186
//! [TCP]: net::TcpStream
187
//! [The Rust Prelude]: prelude
188
//! [UDP]: net::UdpSocket
0 commit comments