mirror of
https://github.com/isar/rusqlite.git
synced 2025-08-20 21:09:31 +08:00
Fix unused macro warning when compiling tests without trace
feature.
This commit is contained in:
@@ -56,7 +56,7 @@ extern crate libsqlite3_sys as ffi;
|
||||
extern crate lru_cache;
|
||||
#[macro_use]
|
||||
extern crate bitflags;
|
||||
#[cfg(test)]
|
||||
#[cfg(all(test, feature = "trace"))]
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
|
||||
|
Reference in New Issue
Block a user