Don't debug PathStore
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aode (Lion) 2022-03-21 21:43:38 -05:00
parent 9b89ff32fa
commit d30415bb49

View file

@ -302,7 +302,7 @@ fn init_generator(settings: &sled::Tree) -> Result<Generator, FileError> {
impl std::fmt::Debug for FileStore {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
f.debug_struct("FileStore")
.field("path_gen", &self.path_gen)
.field("path_gen", &"generator")
.field("root_dir", &self.root_dir)
.finish()
}