diff options
Diffstat (limited to 'examples/t-binds.rs')
-rw-r--r-- | examples/t-binds.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/t-binds.rs b/examples/t-binds.rs index 12479c0a..822a2eea 100644 --- a/examples/t-binds.rs +++ b/examples/t-binds.rs @@ -2,6 +2,7 @@ #![deny(unsafe_code)] #![deny(warnings)] +#![deny(missing_docs)] #![no_main] #![no_std] |