From 8f23fdc9340167cf9d6d31a09705369c3b8acccb Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sat, 9 Dec 2017 15:12:42 +0100 Subject: deny warnings and unsafe code in tests and examples --- examples/two-tasks.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/two-tasks.rs') diff --git a/examples/two-tasks.rs b/examples/two-tasks.rs index 2200e5b..df6e784 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] -- cgit v1.2.3