diff options
Diffstat (limited to 'examples/big-struct-opt.rs')
-rw-r--r-- | examples/big-struct-opt.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/big-struct-opt.rs b/examples/big-struct-opt.rs index 3100a0e2..408a2dec 100644 --- a/examples/big-struct-opt.rs +++ b/examples/big-struct-opt.rs @@ -6,6 +6,7 @@ #![no_main] #![no_std] #![feature(type_alias_impl_trait)] +#![deny(missing_docs)] use panic_semihosting as _; |