mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
Remove #[allow(non_upper_case_globals)]
This commit is contained in:
@@ -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<I: Into<String>>(x: I) -> Self {
|
||||
|
||||
Reference in New Issue
Block a user