fix struct_offset!
This commit is contained in:
@@ -90,7 +90,7 @@ impl<T: Debug, const O: usize> Debug for VirtualOffset<T, O> {
|
|||||||
|
|
||||||
pub macro struct_offset {
|
pub macro struct_offset {
|
||||||
($offset:literal, $type:ty) => {
|
($offset:literal, $type:ty) => {
|
||||||
$crate::VirtualOffset<$type, $offset>
|
VirtualOffset<$type, $offset>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user