This commit is contained in:
gwenn
2018-10-30 20:13:41 +01:00
parent f04047db01
commit 1262238229
11 changed files with 15 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
use std::ops::Deref;
use crate::{Connection, Result};
use std::ops::Deref;
/// Old name for `TransactionBehavior`. `SqliteTransactionBehavior` is
/// deprecated.