From 57797df09a9223b10f0c6df227500ae4384594be Mon Sep 17 00:00:00 2001 From: Marco Otte-Witte Date: Tue, 3 Dec 2024 17:09:25 +0100 Subject: [PATCH] allow missing docs for test crate --- blueprint/web/tests/api/main.rs.liquid | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blueprint/web/tests/api/main.rs.liquid b/blueprint/web/tests/api/main.rs.liquid index 87812b85..9b3f62a4 100644 --- a/blueprint/web/tests/api/main.rs.liquid +++ b/blueprint/web/tests/api/main.rs.liquid @@ -1,3 +1,5 @@ +#![allow(missing_docs)] + {% if template_type == "full" -%} mod tasks_test; {%- endif %}