mirror of
https://github.com/isar/rusqlite.git
synced 2026-03-17 11:39:12 +08:00
Rustfmt
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
//! Commit, Data Change and Rollback Notification Callbacks
|
||||
#![allow(non_camel_case_types)]
|
||||
|
||||
use std::os::raw::{c_char, c_int, c_void};
|
||||
use std::ptr;
|
||||
use std::os::raw::{c_int, c_char, c_void};
|
||||
|
||||
use ffi;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user