Skip to content

Commit cd401cd

Browse files
committed
Update rust-phf
1 parent 08bf602 commit cd401cd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ macro_rules! make_errors(
2121

2222
impl FromStr for PostgresSqlState {
2323
fn from_str(s: &str) -> Option<PostgresSqlState> {
24-
Some(match STATE_MAP.find_str(&s) {
24+
Some(match STATE_MAP.find(&s) {
2525
Some(state) => state.clone(),
2626
None => UnknownSqlState(s.to_owned())
2727
})

submodules/rust-phf

Submodule rust-phf updated from 8ca3907 to 49638ed

submodules/submodule-trigger

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Sat Jan 18 14:56:33 PST 2014
1+
Sat Jan 18 15:21:39 PST 2014

0 commit comments

Comments
 (0)