1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-03-24 20:14:50 +03:00

merge one more {use}

This commit is contained in:
Jonathan de Jong 2021-07-08 12:13:39 +02:00
parent 494585267a
commit 0719377c6a

View file

@ -1,4 +1,5 @@
use std::{
collections::BTreeMap,
future::Future,
ops::Deref,
path::{Path, PathBuf},
@ -12,8 +13,6 @@ use crate::{database::Config, Result};
use super::{DatabaseEngine, Tree};
use std::collections::BTreeMap;
use log::debug;
use crossbeam::channel::{bounded, Sender as ChannelSender};