refactor(location): rename module dc_location -> location

This commit is contained in:
dignifiedquire
2019-08-26 21:09:40 +02:00
parent bb16849eef
commit 23d49560bf
9 changed files with 12 additions and 12 deletions

View File

@@ -35,6 +35,7 @@ pub mod job;
mod job_thread;
pub mod key;
pub mod keyring;
pub mod location;
pub mod lot;
pub mod message;
pub mod oauth2;
@@ -52,7 +53,6 @@ pub mod dc_array;
mod dc_dehtml;
mod dc_e2ee;
pub mod dc_imex;
pub mod dc_location;
mod dc_loginparam;
mod dc_mimefactory;
pub mod dc_mimeparser;