From 1be43fc489993e63577515063ceb8a83b14423b8 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 11 Jan 2018 20:56:45 +0100 Subject: adapt to changes in the cortex-m crate --- src/examples/_4_nested.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/examples/_4_nested.rs') diff --git a/src/examples/_4_nested.rs b/src/examples/_4_nested.rs index 94af0bee..e211cf87 100644 --- a/src/examples/_4_nested.rs +++ b/src/examples/_4_nested.rs @@ -5,6 +5,7 @@ //! //! ``` //! #![deny(unsafe_code)] +//! #![deny(warnings)] //! #![feature(proc_macro)] //! #![no_std] //! -- cgit v1.2.3