Skip to content

Commit 0a3b2cf

Browse files
committed
chore: clippy
1 parent 9350db2 commit 0a3b2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-tauri/src/pomodoro.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ pub fn tick(pomodoro: &Pomodoro) -> Result<Pomodoro> {
385385
// File created externally, start the pomodoro
386386
play_with_session_file(pomodoro, None)
387387
} else {
388-
let next_pomodoro =
388+
let _next_pomodoro =
389389
get_next_pomodoro_from_session_file(&pomodoro.config.session_file, pomodoro)?;
390390

391391
let mut new_pomodoro = match current_session.status {

0 commit comments

Comments
 (0)