Move dc_array.rs to deltachat-ffi package

This commit is contained in:
Alexander Krotov
2019-12-08 01:28:53 +03:00
committed by holger krekel
parent 3f2a371599
commit 2cebed4f77
3 changed files with 2 additions and 1 deletions

View File

@@ -29,6 +29,8 @@ use deltachat::message::MsgId;
use deltachat::stock::StockMessage;
use deltachat::*;
mod dc_array;
mod string;
use self::string::*;

View File

@@ -73,7 +73,6 @@ mod token;
mod wrapmime;
mod dehtml;
pub mod dc_array;
pub mod dc_receive_imf;
mod dc_simplify;
pub mod dc_tools;