diff --git a/src/cache.rs b/src/cache.rs index 05ddb87..4e6b945 100644 --- a/src/cache.rs +++ b/src/cache.rs @@ -57,7 +57,7 @@ impl Connection { } /// Prepared statements LRU cache. -// #[derive(Debug)] // FIXME: https://github.com/kyren/hashlink/pull/4 +#[derive(Debug)] pub struct StatementCache(RefCell, RawStatement>>); #[allow(clippy::non_send_fields_in_send_ty)]