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