mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Fix use declaration.
This commit is contained in:
parent
18ff9cf4ca
commit
fa03bcd564
@ -2,7 +2,7 @@
|
||||
extern crate lru_cache;
|
||||
|
||||
use {SqliteResult, SqliteConnection, SqliteStatement};
|
||||
use lru_cache::LruCache;
|
||||
use self::lru_cache::LruCache;
|
||||
|
||||
/// Prepared statements cache.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user