From 1aa9af80818d9bd4918f031fd527c47d8cd8665c Mon Sep 17 00:00:00 2001 From: weisd Date: Wed, 11 Sep 2024 14:27:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=85=A8=E5=B1=80disk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecstore/src/disk/local.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ecstore/src/disk/local.rs b/ecstore/src/disk/local.rs index 50e71e5f5..5cab96a88 100644 --- a/ecstore/src/disk/local.rs +++ b/ecstore/src/disk/local.rs @@ -26,9 +26,9 @@ use uuid::Uuid; #[derive(Debug)] pub struct FormatInfo { pub id: Option, - pub data: Vec, - pub file_info: Option, - pub last_check: Option, + pub _data: Vec, + pub _file_info: Option, + pub _last_check: Option, } impl FormatInfo {}