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.
2 parents 4324f2e + d72084b commit 26b30d3Copy full SHA for 26b30d3
src/meta/doc.md
@@ -104,6 +104,8 @@ Using this tells `rustdoc` not to include this in documentation:
104
pub use self::async_await::*;
105
```
106
107
+For documentation, `rustdoc` is widely used by the community. It's what is used to generate the [std library docs](https://doc.rust-lang.org/std/).
108
+
109
### See also:
110
111
- [The Rust Book: Making Useful Documentation Comments][book]
0 commit comments