mirror of
https://github.com/isar/rusqlite.git
synced 2025-04-02 04:12:59 +08:00
Resolve FIXME to derive Debug for StatementCache
This commit is contained in:
parent
950b88d69d
commit
ef067b5eff
@ -57,7 +57,7 @@ impl Connection {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Prepared statements LRU cache.
|
/// Prepared statements LRU cache.
|
||||||
// #[derive(Debug)] // FIXME: https://github.com/kyren/hashlink/pull/4
|
#[derive(Debug)]
|
||||||
pub struct StatementCache(RefCell<LruCache<Arc<str>, RawStatement>>);
|
pub struct StatementCache(RefCell<LruCache<Arc<str>, RawStatement>>);
|
||||||
|
|
||||||
#[allow(clippy::non_send_fields_in_send_ty)]
|
#[allow(clippy::non_send_fields_in_send_ty)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user