aboutsummaryrefslogtreecommitdiff
path: root/examples/locals.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/locals.rs')
-rw-r--r--examples/locals.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/locals.rs b/examples/locals.rs
index 4e3b98bc..ec3d59d8 100644
--- a/examples/locals.rs
+++ b/examples/locals.rs
@@ -2,6 +2,7 @@
#![feature(type_alias_impl_trait)]
#![deny(unsafe_code)]
+#![deny(missing_docs)]
#![deny(warnings)]
#![no_main]
#![no_std]