From b8b881f446a226d6f3c4a7db7c9174590b47dbf6 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Thu, 19 Jan 2023 13:56:59 +0100 Subject: Fix so deny(missing_docs) work --- examples/smallest.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/smallest.rs') diff --git a/examples/smallest.rs b/examples/smallest.rs index 5071392..e54ae44 100644 --- a/examples/smallest.rs +++ b/examples/smallest.rs @@ -2,6 +2,7 @@ #![no_main] #![no_std] +#![deny(missing_docs)] use panic_semihosting as _; // panic handler use rtic::app; -- cgit v1.2.3