We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c05d50 commit 6596270Copy full SHA for 6596270
src/doc/rustdoc/src/write-documentation/what-to-include.md
@@ -73,7 +73,7 @@ and your test suite, this example needs some additional code:
73
``````text
74
/// Example
75
/// ```rust
76
-/// # main() -> Result<(), std::num::ParseIntError> {
+/// # fn main() -> Result<(), std::num::ParseIntError> {
77
/// let fortytwo = "42".parse::<u32>()?;
78
/// println!("{} + 10 = {}", fortytwo, fortytwo+10);
79
/// # Ok(())
0 commit comments