We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc8242 commit 8d74cf8Copy full SHA for 8d74cf8
src/doc/rustdoc/src/documentation-tests.md
@@ -89,6 +89,7 @@ It will render like this:
89
```rust
90
/// Some documentation.
91
# fn foo() {}
92
+println!("Hello, World!");
93
```
94
95
Yes, that's right: you can add lines that start with `# `, and they will
0 commit comments