mirror of
https://github.com/isar/rusqlite.git
synced 2025-09-15 12:12:18 +08:00
Resolve FIXME to derive Debug for StatementCache
This commit is contained in:
@@ -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<LruCache<Arc<str>, RawStatement>>);
|
||||
|
||||
#[allow(clippy::non_send_fields_in_send_ty)]
|
||||
|
Reference in New Issue
Block a user