Don't print file paths in fuzz logger as they can be very long
[rust-lightning] / fuzz / src / utils / mod.rs
index bb5b00a5b546dfeed23eee1be9558e090abf0476..937eee6b6b2d4879a3dda91b70070970a45d1037 100644 (file)
@@ -8,3 +8,4 @@
 // licenses.
 
 pub mod test_logger;
+pub mod test_persister;