mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-28 05:12:34 +00:00
Remove #[allow(non_upper_case_globals)]
This commit is contained in:
@@ -35,7 +35,6 @@ pub enum Exceptions {
|
|||||||
ReaderDecodeException(),
|
ReaderDecodeException(),
|
||||||
}
|
}
|
||||||
|
|
||||||
#[allow(non_upper_case_globals)]
|
|
||||||
impl Exceptions {
|
impl Exceptions {
|
||||||
pub const ILLEGAL_ARGUMENT: Self = Self::IllegalArgumentException(String::new());
|
pub const ILLEGAL_ARGUMENT: Self = Self::IllegalArgumentException(String::new());
|
||||||
pub fn illegal_argument_with<I: Into<String>>(x: I) -> Self {
|
pub fn illegal_argument_with<I: Into<String>>(x: I) -> Self {
|
||||||
|
|||||||
Reference in New Issue
Block a user