mirror of
https://github.com/chatmail/core.git
synced 2026-05-09 01:46:30 +03:00
Remove carray use and comment
This commit is contained in:
@@ -17,7 +17,6 @@ const ELLIPSE: &'static str = "[...]";
|
|||||||
|
|
||||||
/* Some tools and enhancements to the used libraries, there should be
|
/* Some tools and enhancements to the used libraries, there should be
|
||||||
no references to Context and other "larger" classes here. */
|
no references to Context and other "larger" classes here. */
|
||||||
// for carray etc.
|
|
||||||
/* ** library-private **********************************************************/
|
/* ** library-private **********************************************************/
|
||||||
/* math tools */
|
/* math tools */
|
||||||
pub fn dc_exactly_one_bit_set(v: libc::c_int) -> bool {
|
pub fn dc_exactly_one_bit_set(v: libc::c_int) -> bool {
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
use crate::constants::Event;
|
use crate::constants::Event;
|
||||||
use crate::context::Context;
|
use crate::context::Context;
|
||||||
|
|
||||||
pub use mmime::carray::*;
|
|
||||||
pub use mmime::clist::*;
|
pub use mmime::clist::*;
|
||||||
pub use rusqlite::ffi::*;
|
pub use rusqlite::ffi::*;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user