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 1120f07 commit 34fe258Copy full SHA for 34fe258
src/interface/app.rs
@@ -21,7 +21,7 @@ const LARGE_APPLICATION_WIDTH: u16 = 75;
21
/// Application result type.
22
pub type AppResult<T> = Result<T, Box<dyn error::Error>>;
23
24
-const DEFAULT_QRCODE_LABEL: &'static str = "Press enter to copy the OTP URI code";
+const DEFAULT_QRCODE_LABEL: &str = "Press enter to copy the OTP URI code";
25
26
/// Application.
27
pub struct App<'a> {
0 commit comments