Skip to content

Commit 959f336

Browse files
committed
fix new deby
1 parent 56f87bd commit 959f336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/popups/checkout_option.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ impl CheckoutOptionPopup {
5252
}
5353
}
5454

55-
fn get_text(&self, _width: u16) -> Vec<Line> {
55+
fn get_text(&self, _width: u16) -> Vec<Line<'_>> {
5656
let mut txt: Vec<Line> = Vec::with_capacity(10);
5757

5858
txt.push(Line::from(vec![

0 commit comments

Comments
 (0)