diff options
Diffstat (limited to 'examples/late-resources.rs')
-rw-r--r-- | examples/late-resources.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/late-resources.rs b/examples/late-resources.rs index 69a0ce8a..d42431c2 100644 --- a/examples/late-resources.rs +++ b/examples/late-resources.rs @@ -1,6 +1,7 @@ //! Demonstrates initialization of resources in `init`. #![deny(unsafe_code)] +#![deny(warnings)] #![feature(proc_macro)] #![no_std] |