From a32ca39ca059d090669ddfd839b4233a79bb8d69 Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Tue, 10 Nov 2020 15:19:44 +0100 Subject: [PATCH] Removing spaces --- src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 642bd70..e628c31 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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))]