remove some meanwhile unneeded allow-statements

This commit is contained in:
B. Petersen
2019-12-26 01:56:09 +01:00
committed by Alexander Krotov
parent cb2a1147f0
commit f73ba895af
7 changed files with 2 additions and 10 deletions

View File

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