diff --git a/src/vso.rs b/src/vso.rs index 3a48b41..e6e18e3 100644 --- a/src/vso.rs +++ b/src/vso.rs @@ -80,7 +80,6 @@ impl UpperHex for VirtualOffset { } // Proxy the Debug trait (in debug builds) -#[cfg(not(feature="production"))] impl Debug for VirtualOffset { fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { self.deref().fmt(f)