From 623c4bb2e49944f6fce5d49c767b73f61ae6b658 Mon Sep 17 00:00:00 2001 From: Paul Loyd Date: Thu, 30 May 2024 10:18:39 +0400 Subject: [PATCH] style(schema): satisfy rustfmt --- src/schema.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/schema.rs b/src/schema.rs index dc81e32..91c0343 100644 --- a/src/schema.rs +++ b/src/schema.rs @@ -52,9 +52,8 @@ pub struct Field { pub name: String, pub size: usize, pub align: Option, - // TODO: what is it? pub offset: Option, - pub local_type: Option + pub local_type: Option, } #[derive(Debug, PartialEq, Eq)]