Remove unnecessary use of failure::Fail

This commit is contained in:
Alexander Krotov
2019-12-06 11:16:42 +03:00
committed by holger krekel
parent 2304d63bb3
commit 339c0d3dc7
6 changed files with 0 additions and 10 deletions

View File

@@ -1,7 +1,5 @@
//! # SQLite wrapper
use failure::Fail;
use std::collections::HashSet;
use std::sync::{Arc, RwLock};
use std::time::Duration;