diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2023-01-19 13:56:59 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-01 00:33:30 +0100 |
| commit | b8b881f446a226d6f3c4a7db7c9174590b47dbf6 (patch) | |
| tree | cf74ac7f716c0206df9c5dc4c7a2c1a5893aaddc /examples/ramfunc.rs | |
| parent | 4601782466c518d313ba79d9437bf7a3f8dbbf76 (diff) | |
Fix so deny(missing_docs) work
Diffstat (limited to 'examples/ramfunc.rs')
| -rw-r--r-- | examples/ramfunc.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/ramfunc.rs b/examples/ramfunc.rs index 316f6d8..e2e7f67 100644 --- a/examples/ramfunc.rs +++ b/examples/ramfunc.rs @@ -1,9 +1,11 @@ //! examples/ramfunc.rs #![deny(warnings)] +#![deny(missing_docs)] #![no_main] #![no_std] #![feature(type_alias_impl_trait)] + use panic_semihosting as _; #[rtic::app( |
