diff options
author | 2024-11-29 02:10:19 +0000 | |
---|---|---|
committer | 2024-11-29 02:10:19 +0000 | |
commit | 2dae043e8ffcb030699f3523568544676e370b53 (patch) | |
tree | 52669190c01bd5d7da03d1c9181d00eb23a21124 /src/writer.rs | |
parent | aa940a8eac74aca8cd3c202a05092538d1140dda (diff) | |
download | peanuts-2dae043e8ffcb030699f3523568544676e370b53.tar.gz peanuts-2dae043e8ffcb030699f3523568544676e370b53.tar.bz2 peanuts-2dae043e8ffcb030699f3523568544676e370b53.zip |
add some tracing
Diffstat (limited to '')
-rw-r--r-- | src/writer.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/writer.rs b/src/writer.rs index 8b45869..25e19fb 100644 --- a/src/writer.rs +++ b/src/writer.rs @@ -13,6 +13,7 @@ use crate::{ }; // pub struct Writer<W, C = Composer> { +#[derive(Debug)] pub struct Writer<W> { inner: W, depth: Vec<Name>, |