mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
target comment of @Simon-Laux, use a subdirectory
This commit is contained in:
@@ -55,7 +55,6 @@ mod param;
|
||||
pub mod peerstate;
|
||||
pub mod pgp;
|
||||
pub mod provider;
|
||||
pub mod provider_data;
|
||||
pub mod qr;
|
||||
pub mod securejoin;
|
||||
mod simplify;
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
mod data;
|
||||
|
||||
use crate::dc_tools::EmailAddress;
|
||||
use crate::provider_data::PROVIDER_DATA;
|
||||
use crate::provider::data::PROVIDER_DATA;
|
||||
|
||||
#[derive(Debug, Copy, Clone, PartialEq, ToPrimitive)]
|
||||
#[repr(u8)]
|
||||
Reference in New Issue
Block a user