fix warnings

This commit is contained in:
2021-02-13 11:05:23 +01:00
parent ef73448795
commit a126104889
9 changed files with 21 additions and 42 deletions

View File

@@ -2,7 +2,6 @@ use anyhow::Result;
use crdt_enc_gpgme::KeyHandler;
use crdt_enc_sodium::EncHandler;
use crdt_enc_tokio::Storage;
use futures::future::FutureExt;
use uuid::Uuid;
const CURRENT_DATA_VERSION: Uuid = Uuid::from_u128(1u128);