448 |
fn from_str(s: &str) -> Result<Self, Self::Err> {
|
449 |
#[allow(clippy::match_str_case_mismatch)]
|
450 |
Ok(match s.to_uppercase().as_str() {
|
179 |
#[allow(clippy::match_str_case_mismatch)]
|
180 |
fn from_str(string: &str) -> Result<Self, Self::Err> {
|
371 |
fn from_str(s: &str) -> Result<Self, Self::Err> {
|
372 |
#[allow(clippy::match_str_case_mismatch)]
|
373 |
// https://github.com/rust-lang/rust-clippy/issues/7882
|
159 |
#![allow(
|
160 |
clippy::match_str_case_mismatch,
|
161 |
clippy::upper_case_acronyms,
|
137 |
#![allow(
|
138 |
clippy::match_str_case_mismatch,
|
139 |
clippy::upper_case_acronyms,
|