mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-10 06:25:00 +00:00
Don't debug PathStore
This commit is contained in:
parent
9b89ff32fa
commit
d30415bb49
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ fn init_generator(settings: &sled::Tree) -> Result<Generator, FileError> {
|
||||||
impl std::fmt::Debug for FileStore {
|
impl std::fmt::Debug for FileStore {
|
||||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||||
f.debug_struct("FileStore")
|
f.debug_struct("FileStore")
|
||||||
.field("path_gen", &self.path_gen)
|
.field("path_gen", &"generator")
|
||||||
.field("root_dir", &self.root_dir)
|
.field("root_dir", &self.root_dir)
|
||||||
.finish()
|
.finish()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue