diff options
Diffstat (limited to 'examples/two-tasks.rs')
-rw-r--r-- | examples/two-tasks.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/two-tasks.rs b/examples/two-tasks.rs index 2200e5ba..df6e784a 100644 --- a/examples/two-tasks.rs +++ b/examples/two-tasks.rs @@ -1,5 +1,6 @@ //! Two tasks running at the *same* priority with access to the same resource #![deny(unsafe_code)] +#![deny(warnings)] #![feature(proc_macro)] #![no_std] |