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