diff options
Diffstat (limited to 'src/writer.rs')
-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>, |