Little style tweak

This commit is contained in:
Steven Fackler 2016-06-15 19:07:14 -07:00
parent 7d9bd0c054
commit 48f2825a92
2 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,7 @@ pub enum SqlState {{
" /// An unknown code
Other(String),
}}
"
).unwrap();
}

View File

@ -479,6 +479,7 @@ pub enum SqlState {
/// An unknown code
Other(String),
}
#[cfg_attr(rustfmt, rustfmt_skip)]
static SQLSTATE_MAP: phf::Map<&'static str, SqlState> = ::phf::Map {
key: 1897749892740154578,