This commit is contained in:
2023-09-19 18:45:27 -04:00
parent 31d80c4a56
commit a6ba0f3e40

View File

@@ -80,7 +80,6 @@ impl<T: UpperHex, const O: usize> UpperHex for VirtualOffset<T, O> {
} }
// Proxy the Debug trait (in debug builds) // Proxy the Debug trait (in debug builds)
#[cfg(not(feature="production"))]
impl<T: Debug, const O: usize> Debug for VirtualOffset<T, O> { impl<T: Debug, const O: usize> Debug for VirtualOffset<T, O> {
fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result {
self.deref().fmt(f) self.deref().fmt(f)