Rollup merge of #147669 - cyrgani:cyrgani-patch-1, r=joboet

fix missing link to `std::char` in `std` docs

Missed this in rust-lang/rust#147373.
This commit is contained in:
Matthias Krüger 2025-10-14 19:47:32 +02:00 committed by GitHub
commit 2ab43c2f91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,7 +65,7 @@
//! So for example there is a [page for the primitive type
//! `char`](primitive::char) that lists all the methods that can be called on
//! characters (very useful), and there is a [page for the module
//! `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
//! (rarely useful).
//!
//! Note the documentation for the primitives [`str`] and [`[T]`][prim@slice] (also
@ -180,9 +180,6 @@
//!
//!
//! [I/O]: io
//! [`MIN`]: i32::MIN
//! [`MAX`]: i32::MAX
//! [page for the module `std::i32`]: crate::i32
//! [TCP]: net::TcpStream
//! [The Rust Prelude]: prelude
//! [UDP]: net::UdpSocket