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

@@ -289,8 +289,8 @@ fn free_boxed_hook<F>(p: *mut c_void) {
#[cfg(test)]
mod test {
use super::Action;
use std::sync::atomic::{AtomicBool, Ordering};
use crate::Connection;
use std::sync::atomic::{AtomicBool, Ordering};
#[test]
fn test_commit_hook() {