make this look more normal

This commit is contained in:
Lokathor 2018-12-25 14:46:34 -07:00
parent 08ff34ae43
commit ae408931f5

View file

@ -10,8 +10,7 @@ pub const DISPCNT: VolAddress<DisplayControlSetting> = unsafe { VolAddress::new_
newtype!( newtype!(
/// A newtype over the various display control options that you have on a GBA. /// A newtype over the various display control options that you have on a GBA.
#[derive(Debug, Copy, Clone, Default, PartialEq, Eq)] #[derive(Debug, Copy, Clone, Default, PartialEq, Eq)]
DisplayControlSetting, DisplayControlSetting, u16
u16
); );
#[allow(missing_docs)] #[allow(missing_docs)]