main: ignore warnings for now

softspi
Astro 2020-03-11 23:17:17 +01:00
parent 99f7f2b548
commit 297e38e1cc
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#![no_std]
#![no_main]
#![deny(warnings, unused)]
// TODO: #![deny(warnings, unused)]
#[cfg(not(feature = "semihosting"))]
use panic_abort as _;