Skip to content

Commit

Permalink
Add a FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jun 4, 2017
1 parent d011bb2 commit e83473e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions postgres/src/rows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ impl<'a, T> Deref for MaybeOwned<'a, T> {
}

/// The resulting rows of a query.
// FIXME remove lifetime
pub struct Rows<'compat> {
stmt_info: Arc<StatementInfo>,
data: Vec<RowData>,
Expand Down

0 comments on commit e83473e

Please sign in to comment.