diff options
Diffstat (limited to 'examples/zero-tasks.rs')
-rw-r--r-- | examples/zero-tasks.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/zero-tasks.rs b/examples/zero-tasks.rs index 58e6afc7..b1ebab6f 100644 --- a/examples/zero-tasks.rs +++ b/examples/zero-tasks.rs @@ -1,5 +1,6 @@ //! Minimal example with zero tasks #![deny(unsafe_code)] +#![deny(warnings)] // IMPORTANT always include this feature gate #![feature(proc_macro)] #![no_std] |