Skip to content

Commit 942f4b0

Browse files
brian6932replydev
authored andcommitted
chore: mismatched_lifetime_syntaxes compiler warnings
1 parent 8bce751 commit 942f4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interface/row.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ impl Row {
2121
+ 1) as u16
2222
}
2323

24-
pub fn cells(&self) -> Vec<Cell> {
24+
pub fn cells(&self) -> Vec<Cell<'_>> {
2525
self.values
2626
.iter()
2727
.map(|c| {

0 commit comments

Comments
 (0)