fix clippy

This commit is contained in:
Steven Fackler 2021-04-24 10:34:51 -04:00
parent 05a0643cc0
commit 91ce9cdeec
2 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,7 @@ fn make_inner(codes: &LinkedHashMap<String, Vec<String>>, file: &mut BufWriter<F
r#"
#[derive(PartialEq, Eq, Clone, Debug)]
#[allow(clippy::upper_case_acronyms)]
enum Inner {{"#,
)
.unwrap();

View File

@ -1074,6 +1074,7 @@ impl SqlState {
}
#[derive(PartialEq, Eq, Clone, Debug)]
#[allow(clippy::upper_case_acronyms)]
enum Inner {
E00000,
E01000,