diff --git a/pttodoest/src/main.rs b/pttodoest/src/main.rs index c35ce1a..14cf911 100755 --- a/pttodoest/src/main.rs +++ b/pttodoest/src/main.rs @@ -34,8 +34,7 @@ fn main() { for file in files.files.iter() { println!( - "{} => {}", - file.file, + "{}", serde_yaml::to_string(&file.events().unwrap().snapshot().unwrap()).unwrap(), ); }