Skip to content

Commit d3a4091

Browse files
committed
Tweak a lifetime
1 parent 91493f2 commit d3a4091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rows.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ impl<'trans, 'stmt> LazyRows<'trans, 'stmt> {
349349
}
350350

351351
/// Returns a slice describing the columns of the `LazyRows`.
352-
pub fn columns(&self) -> &'stmt [Column] {
352+
pub fn columns(&self) -> &[Column] {
353353
self.stmt.columns()
354354
}
355355

0 commit comments

Comments
 (0)