mirror of
https://github.com/isar/rusqlite.git
synced 2025-09-16 12:42:18 +08:00
Remove #[macro_use] attribute when importing macros
This commit is contained in:
@@ -237,6 +237,7 @@ mod test {
|
||||
use super::Action;
|
||||
use crate::Connection;
|
||||
use std::sync::atomic::{AtomicBool, Ordering};
|
||||
use lazy_static::lazy_static;
|
||||
|
||||
#[test]
|
||||
fn test_commit_hook() {
|
||||
|
Reference in New Issue
Block a user