We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f87bd commit 959f336Copy full SHA for 959f336
src/popups/checkout_option.rs
@@ -52,7 +52,7 @@ impl CheckoutOptionPopup {
52
}
53
54
55
- fn get_text(&self, _width: u16) -> Vec<Line> {
+ fn get_text(&self, _width: u16) -> Vec<Line<'_>> {
56
let mut txt: Vec<Line> = Vec::with_capacity(10);
57
58
txt.push(Line::from(vec![
0 commit comments