refactor(lot): rename dc_lot to lot

This commit is contained in:
dignifiedquire
2019-08-17 15:49:45 +02:00
committed by holger krekel
parent b5c66dd52a
commit 401c5a7cb0
7 changed files with 8 additions and 8 deletions

View File

@@ -32,6 +32,7 @@ pub mod context;
mod imap;
pub mod key;
pub mod keyring;
pub mod lot;
pub mod oauth2;
mod param;
pub mod peerstate;
@@ -51,7 +52,6 @@ pub mod dc_job;
mod dc_jobthread;
pub mod dc_location;
mod dc_loginparam;
pub mod dc_lot;
mod dc_mimefactory;
pub mod dc_mimeparser;
mod dc_move;