Remove #![deny(warnings)] (anti-pattern)

This commit is contained in:
Vadim Kaushan 2020-06-14 14:16:26 +03:00
parent 18995feba8
commit 9bf5caafc2
No known key found for this signature in database
GPG Key ID: A501C5DF67C05C4E
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@
//! - Wrappers around assembly instructions like `WFI`.
#![no_std]
#![deny(warnings)]
#![cfg_attr(feature = "inline-asm", feature(asm))]
extern crate bare_metal;