mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 15:36:30 +03:00
refactor: use slices and vectors instead of Keyring wrapper
This change removes all traces of dc_keyring_t, which was a C implementation of dynamically sized array.
This commit is contained in:
@@ -70,7 +70,6 @@ mod scheduler;
|
||||
#[macro_use]
|
||||
mod job;
|
||||
pub mod key;
|
||||
mod keyring;
|
||||
pub mod location;
|
||||
mod login_param;
|
||||
pub mod message;
|
||||
|
||||
Reference in New Issue
Block a user