From ae408931f554491dd87d5f8f0899d12768f8c87c Mon Sep 17 00:00:00 2001 From: Lokathor Date: Tue, 25 Dec 2018 14:46:34 -0700 Subject: [PATCH] make this look more normal --- src/io/display.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/io/display.rs b/src/io/display.rs index ce7cda6..1711f43 100644 --- a/src/io/display.rs +++ b/src/io/display.rs @@ -10,8 +10,7 @@ pub const DISPCNT: VolAddress = unsafe { VolAddress::new_ newtype!( /// A newtype over the various display control options that you have on a GBA. #[derive(Debug, Copy, Clone, Default, PartialEq, Eq)] - DisplayControlSetting, - u16 + DisplayControlSetting, u16 ); #[allow(missing_docs)]