refactor: rename dc_token to token

This commit is contained in:
dignifiedquire
2019-09-08 13:07:29 +02:00
committed by holger krekel
parent aa7d0679df
commit 96e02af0da
3 changed files with 2 additions and 2 deletions

View File

@@ -59,9 +59,9 @@ pub mod dc_mimeparser;
pub mod dc_receive_imf;
mod dc_simplify;
mod dc_strencode;
mod dc_token;
pub mod dc_tools;
pub mod securejoin;
mod token;
#[cfg(test)]
mod test_utils;