Removing spaces

master
Ryan Summers 2020-11-10 15:19:44 +01:00
parent 84e31ef036
commit a32ca39ca0
1 changed files with 0 additions and 2 deletions

View File

@ -1,9 +1,7 @@
#![deny(warnings)]
#![allow(clippy::missing_safety_doc)]
// Deprecation warnings are temporarily allowed as the HAL DMA goes through updates.
#![allow(deprecated)]
#![no_std]
#![no_main]
#![cfg_attr(feature = "nightly", feature(asm))]