Skip to content

Commit 81b428b

Browse files
committed
Remove Serialize from Reader
1 parent 087285b commit 81b428b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sdk/src/reader.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ use std::fs::{read, File};
1919
use std::io::{Read, Seek, Write};
2020

2121
use async_generic::async_generic;
22-
use serde::Serialize;
2322

2423
#[cfg(feature = "file_io")]
2524
use crate::error::Error;
@@ -30,8 +29,6 @@ use crate::{
3029
};
3130

3231
/// A reader for the manifest store.
33-
#[derive(Serialize)]
34-
#[serde(transparent)]
3532
pub struct Reader {
3633
pub(crate) manifest_store: ManifestStore,
3734
}

0 commit comments

Comments
 (0)