Skip to content

Commit 86fd9a5

Browse files
Add missing url for fmt module
1 parent b8ce1a3 commit 86fd9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/fmt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
//!
212212
//! - [`fmt::Display`][`Display`] implementations assert that the type can be faithfully
213213
//! represented as a UTF-8 string at all times. It is **not** expected that
214-
//! all types implement the `Display` trait.
214+
//! all types implement the [`Display`] trait.
215215
//! - [`fmt::Debug`][`Debug`] implementations should be implemented for **all** public types.
216216
//! Output will typically represent the internal state as faithfully as possible.
217217
//! The purpose of the [`Debug`] trait is to facilitate debugging Rust code. In

0 commit comments

Comments
 (0)