Tweak lifetime

This commit is contained in:
Steven Fackler 2015-12-22 15:19:55 -07:00
parent 6bada57e0f
commit bcd8c528a6

View File

@ -159,7 +159,7 @@ impl<'a> Row<'a> {
}
/// Returns a slice describing the columns of the `Row`.
pub fn columns(&self) -> &'a [Column] {
pub fn columns(&self) -> &[Column] {
self.stmt.columns()
}