diff --git a/Cargo.toml b/Cargo.toml index 897a43f..0e857de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,9 @@ authors = ["${REPO_OWNER}"] [lints.rust] missing_docs = "warn" +[lints.rustdoc] +missing_doc_code_examples = "warn" + [lints.clippy] missing_docs_in_private_items = "warn" unwrap_in_result = "warn"