Update rust-phf
This commit is contained in:
2
error.rs
2
error.rs
@@ -21,7 +21,7 @@ macro_rules! make_errors(
|
||||
|
||||
impl FromStr for PostgresSqlState {
|
||||
fn from_str(s: &str) -> Option<PostgresSqlState> {
|
||||
Some(match STATE_MAP.find_str(&s) {
|
||||
Some(match STATE_MAP.find(&s) {
|
||||
Some(state) => state.clone(),
|
||||
None => UnknownSqlState(s.to_owned())
|
||||
})
|
||||
|
||||
Submodule submodules/rust-phf updated: 8ca3907103...49638edcca
@@ -1 +1 @@
|
||||
Sat Jan 18 14:56:33 PST 2014
|
||||
Sat Jan 18 15:21:39 PST 2014
|
||||
|
||||
Reference in New Issue
Block a user