Move dc_dehtml to dehtml and remove unnecessary is_empty check

This commit is contained in:
Alexander Krotov
2019-11-30 21:57:14 +01:00
parent 369bb9166e
commit 694d8fd6fb
3 changed files with 15 additions and 15 deletions

View File

@@ -65,12 +65,12 @@ mod token;
mod wrapmime;
pub mod dc_array;
mod dc_dehtml;
pub mod dc_mimeparser;
pub mod dc_receive_imf;
mod dc_simplify;
mod dc_strencode;
pub mod dc_tools;
mod dehtml;
#[cfg(test)]
mod test_utils;