diff options
Diffstat (limited to 'examples/smallest.rs')
-rw-r--r-- | examples/smallest.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/smallest.rs b/examples/smallest.rs index e4228061..7b26a852 100644 --- a/examples/smallest.rs +++ b/examples/smallest.rs @@ -1,7 +1,5 @@ //! examples/smallest.rs -#![deny(unsafe_code)] -#![deny(warnings)] #![no_main] #![no_std] |