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 6b5eb70 commit 8dfe0ecCopy full SHA for 8dfe0ec
src/doc/trpl/documentation.md
@@ -548,8 +548,8 @@ pub use foo::bar;
548
549
## Missing documentation
550
551
-Sometimes you want to make sure that every single thing in your project is
552
-documented, especially when you are working on a library. Rust allows you to
+Sometimes you want to make sure that every single public thing in your project
+is documented, especially when you are working on a library. Rust allows you to
553
to generate warnings or errors, when an item is missing documentation.
554
To generate warnings you use `warn`:
555
0 commit comments