Remove check macro

Can be replaced by a simple function and ? operator.
This commit is contained in:
gwenn
2021-07-04 15:52:31 +02:00
parent 10da56788c
commit 7056e656ac
6 changed files with 65 additions and 77 deletions

View File

@@ -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")]