From a6ba0f3e406317b1da60594000ad0b77692fb275 Mon Sep 17 00:00:00 2001 From: numbers Date: Tue, 19 Sep 2023 18:45:27 -0400 Subject: [PATCH] . --- src/vso.rs | 1 - 1 file changed, 1 deletion(-) 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)