From 1c2c4a5d09657329dd4045c11f53e940df428c5a Mon Sep 17 00:00:00 2001 From: Tipragot Date: Sat, 27 Jan 2024 13:24:34 +0000 Subject: [PATCH] Suppression des lints qui ne marchent pas --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) 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" -- 2.43.4