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

@ -1 +1 @@
Subproject commit 8ca39071036b1437b88fd625c9f46847312049b1
Subproject commit 49638edccab25149d542dc4c376815ab5f8a0dee

View File

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