Update rust-phf

This commit is contained in:
Steven Fackler
2014-01-18 15:22:22 -08:00
parent 08bf60227b
commit cd401cdec0
3 changed files with 3 additions and 3 deletions

View File

@@ -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())
})

View File

@@ -1 +1 @@
Sat Jan 18 14:56:33 PST 2014
Sat Jan 18 15:21:39 PST 2014