mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 14:36:29 +03:00
chore: fix and enforce compiler warnings on CI
This commit is contained in:
committed by
Friedel Ziegelmayer
parent
b44c7928f2
commit
73298c0273
@@ -4,6 +4,7 @@ use crate::types::*;
|
||||
|
||||
/* * the structure behind dc_array_t */
|
||||
#[derive(Clone)]
|
||||
#[allow(non_camel_case_types)]
|
||||
pub enum dc_array_t {
|
||||
Locations(Vec<dc_location>),
|
||||
Uint(Vec<uintptr_t>),
|
||||
|
||||
Reference in New Issue
Block a user