mirror of
https://git.intege.rs/xlib/x.git
synced 2025-12-05 20:35:01 +00:00
.
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user