Skip to content

Commit 34fe258

Browse files
committed
chore: fix clippy warnings
1 parent 1120f07 commit 34fe258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interface/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const LARGE_APPLICATION_WIDTH: u16 = 75;
2121
/// Application result type.
2222
pub type AppResult<T> = Result<T, Box<dyn error::Error>>;
2323

24-
const DEFAULT_QRCODE_LABEL: &'static str = "Press enter to copy the OTP URI code";
24+
const DEFAULT_QRCODE_LABEL: &str = "Press enter to copy the OTP URI code";
2525

2626
/// Application.
2727
pub struct App<'a> {

0 commit comments

Comments
 (0)