We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df25f15 + 1491c6f commit 623c4c8Copy full SHA for 623c4c8
src/doc/rustdoc/src/write-documentation/what-to-include.md
@@ -39,7 +39,7 @@ warning: 1 warning emitted
39
As a library author, adding the lint `#![deny(missing_docs)]` is a great way to
40
ensure the project does not drift away from being documented well, and
41
`#![warn(missing_docs)]` is a good way to move towards comprehensive
42
-documentation. In addition to docs, `#![deny(missing_doc_code_examples)]`
+documentation. In addition to docs, `#![deny(rustdoc::missing_doc_code_examples)]`
43
ensures each function contains a usage example. In our example above, the
44
warning is resolved by adding crate level documentation.
45
0 commit comments