diff --git a/src/exceptions.rs b/src/exceptions.rs index 8a908ec..6001fa5 100644 --- a/src/exceptions.rs +++ b/src/exceptions.rs @@ -35,7 +35,6 @@ pub enum Exceptions { ReaderDecodeException(), } -#[allow(non_upper_case_globals)] impl Exceptions { pub const ILLEGAL_ARGUMENT: Self = Self::IllegalArgumentException(String::new()); pub fn illegal_argument_with>(x: I) -> Self {