Tweak lifetime
This commit is contained in:
parent
6bada57e0f
commit
bcd8c528a6
@ -159,7 +159,7 @@ impl<'a> Row<'a> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Returns a slice describing the columns of the `Row`.
|
/// Returns a slice describing the columns of the `Row`.
|
||||||
pub fn columns(&self) -> &'a [Column] {
|
pub fn columns(&self) -> &[Column] {
|
||||||
self.stmt.columns()
|
self.stmt.columns()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user