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/zero-tasks.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/zero-tasks.rs') diff --git a/examples/zero-tasks.rs b/examples/zero-tasks.rs index 58e6afc..b1ebab6 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] -- cgit v1.2.3