mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 05:56:31 +03:00
remove some meanwhile unneeded allow-statements
This commit is contained in:
committed by
Alexander Krotov
parent
cb2a1147f0
commit
f73ba895af
@@ -2,7 +2,6 @@ use crate::location::Location;
|
||||
|
||||
/* * the structure behind dc_array_t */
|
||||
#[derive(Debug, Clone)]
|
||||
#[allow(non_camel_case_types)]
|
||||
pub enum dc_array_t {
|
||||
Locations(Vec<Location>),
|
||||
Uint(Vec<u32>),
|
||||
|
||||
Reference in New Issue
Block a user