We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9350db2 commit 0a3b2cfCopy full SHA for 0a3b2cf
src-tauri/src/pomodoro.rs
@@ -385,7 +385,7 @@ pub fn tick(pomodoro: &Pomodoro) -> Result<Pomodoro> {
385
// File created externally, start the pomodoro
386
play_with_session_file(pomodoro, None)
387
} else {
388
- let next_pomodoro =
+ let _next_pomodoro =
389
get_next_pomodoro_from_session_file(&pomodoro.config.session_file, pomodoro)?;
390
391
let mut new_pomodoro = match current_session.status {
0 commit comments