diff options
Diffstat (limited to 'examples/binds.rs')
| -rw-r--r-- | examples/binds.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/binds.rs b/examples/binds.rs index 0c1ed97..cf078ff 100644 --- a/examples/binds.rs +++ b/examples/binds.rs @@ -4,6 +4,7 @@ #![deny(warnings)] #![no_main] #![no_std] +#![deny(missing_docs)] use panic_semihosting as _; |
