From 4c70e53e27b4d27be2c8faf1dd67cd44ee6e22ea Mon Sep 17 00:00:00 2001 From: Tipragot Date: Fri, 12 Jan 2024 06:04:34 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20d'une=20v=C3=A9rification=20pour=20les?= =?UTF-8?q?=20exemples=20dans=20les=20documentations=20priv=C3=A9es=20(#9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-on: https://git.tipragot.fr/tipragot/rust/pulls/9 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0e857de..0005e9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ missing_docs = "warn" [lints.rustdoc] missing_doc_code_examples = "warn" +private_doc_tests = "warn" [lints.clippy] missing_docs_in_private_items = "warn"