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