From 40d5ace1112e7cc7ce8fc841ae59fb90c3c310f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Sat, 21 Jan 2023 23:10:43 +0100 Subject: Deny missing_docs for all examples --- examples/periodic-at2.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/periodic-at2.rs') diff --git a/examples/periodic-at2.rs b/examples/periodic-at2.rs index 35ebb52..4719bdb 100644 --- a/examples/periodic-at2.rs +++ b/examples/periodic-at2.rs @@ -2,6 +2,7 @@ #![deny(unsafe_code)] #![deny(warnings)] +#![deny(missing_docs)] #![no_main] #![no_std] -- cgit v1.2.3