Skip to content

Commit 15f489f

Browse files
committed
Fix windows clippy lint
1 parent de84bcf commit 15f489f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ impl TmcCliConfig {
6161

6262
#[cfg(target_os = "windows")]
6363
impl TmcCliConfig {
64-
const UPDATE_LAST_CHECKED_KEY: &str = "update-last-checked";
64+
const UPDATE_LAST_CHECKED_KEY: &'static str = "update-last-checked";
6565

6666
pub fn get_update_last_checked(&self) -> Option<u128> {
6767
self.config

0 commit comments

Comments
 (0)