mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-07 03:19:33 +08:00
Remove check macro
Can be replaced by a simple function and ? operator.
This commit is contained in:
@@ -83,7 +83,6 @@ pub use crate::transaction::{DropBehavior, Savepoint, Transaction, TransactionBe
|
||||
pub use crate::types::ToSql;
|
||||
pub use crate::version::*;
|
||||
|
||||
#[macro_use]
|
||||
mod error;
|
||||
|
||||
#[cfg(feature = "backup")]
|
||||
|
||||
Reference in New Issue
Block a user