We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ce1a3 commit 86fd9a5Copy full SHA for 86fd9a5
src/liballoc/fmt.rs
@@ -211,7 +211,7 @@
211
//!
212
//! - [`fmt::Display`][`Display`] implementations assert that the type can be faithfully
213
//! represented as a UTF-8 string at all times. It is **not** expected that
214
-//! all types implement the `Display` trait.
+//! all types implement the [`Display`] trait.
215
//! - [`fmt::Debug`][`Debug`] implementations should be implemented for **all** public types.
216
//! Output will typically represent the internal state as faithfully as possible.
217
//! The purpose of the [`Debug`] trait is to facilitate debugging Rust code. In
0 commit comments