Skip to content

Commit e83473e

Browse files
committed
Add a FIXME
1 parent d011bb2 commit e83473e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

postgres/src/rows.rs

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ impl<'a, T> Deref for MaybeOwned<'a, T> {
3535
}
3636

3737
/// The resulting rows of a query.
38+
// FIXME remove lifetime
3839
pub struct Rows<'compat> {
3940
stmt_info: Arc<StatementInfo>,
4041
data: Vec<RowData>,

0 commit comments

Comments
 (0)