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 126e356 commit 130f2bcCopy full SHA for 130f2bc
parse-display/src/display.md
@@ -25,7 +25,7 @@ Helper attributes can be written in the following positions.
25
26
## `#[display("...")]`
27
28
-Specifies the format using a syntax similar to `std::format!()`.
+Specifies the format using a syntax similar to [`std::format!()`].
29
30
However, unlike `std::format!()`, `{}` has the following meaning.
31
parse-display/src/lib.rs
@@ -70,7 +70,7 @@ mod helpers_std;
70
///
71
/// ## `#[display("...")]`
72
73
-/// Specifies the format using a syntax similar to `std::format!()`.
+/// Specifies the format using a syntax similar to [`std::format!()`].
74
75
/// However, unlike `std::format!()`, `{}` has the following meaning.
76
0 commit comments