From 5eb273d2d2cec6a3d90caf68e543c23ad80ffe09 Mon Sep 17 00:00:00 2001 From: Tipragot Date: Fri, 12 Jan 2024 05:58:56 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20d'une=20v=C3=A9rification=20pour=20les?= =?UTF-8?q?=20exemples=20dans=20les=20documentations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.43.4