Skip to content

Commit 6537d16

Browse files
committed
Update for collections changes
1 parent 32e6a70 commit 6537d16

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1441,7 +1441,7 @@ impl<'stmt> PostgresRow<'stmt> {
14411441
}
14421442
}
14431443

1444-
impl<'stmt> Container for PostgresRow<'stmt> {
1444+
impl<'stmt> Collection for PostgresRow<'stmt> {
14451445
#[inline]
14461446
fn len(&self) -> uint {
14471447
self.data.len()

submodules/rust-phf

Submodule rust-phf updated from 2ff958b to c87dbfd

0 commit comments

Comments
 (0)