From 2dae043e8ffcb030699f3523568544676e370b53 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Fri, 29 Nov 2024 02:10:19 +0000 Subject: add some tracing --- src/writer.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/writer.rs') 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 { +#[derive(Debug)] pub struct Writer { inner: W, depth: Vec, -- cgit