chore: fix and enforce compiler warnings on CI

This commit is contained in:
Dmitry Bogatov
2019-07-30 07:58:28 +00:00
committed by Friedel Ziegelmayer
parent b44c7928f2
commit 73298c0273
4 changed files with 4 additions and 4 deletions

View File

@@ -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>),