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/t-cfg-resources.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/t-cfg-resources.rs') diff --git a/examples/t-cfg-resources.rs b/examples/t-cfg-resources.rs index 0174f33..0328700 100644 --- a/examples/t-cfg-resources.rs +++ b/examples/t-cfg-resources.rs @@ -1,7 +1,8 @@ //! [compile-pass] check that `#[cfg]` attributes applied on resources work -//! + #![no_main] #![no_std] +#![deny(missing_docs)] use panic_semihosting as _; -- cgit v1.2.3