use unambiguous crate uses
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
use anyhow::Result;
|
||||
use crdt_enc_gpgme::KeyHandler;
|
||||
use crdt_enc_sodium::EncHandler;
|
||||
use crdt_enc_tokio::Storage;
|
||||
use uuid::Uuid;
|
||||
use ::anyhow::Result;
|
||||
use ::crdt_enc_gpgme::KeyHandler;
|
||||
use ::crdt_enc_sodium::EncHandler;
|
||||
use ::crdt_enc_tokio::Storage;
|
||||
use ::uuid::Uuid;
|
||||
|
||||
const CURRENT_DATA_VERSION: Uuid = Uuid::from_u128(0xaadfd5a6_6e19_4b24_a802_4fa27c72f20c);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user