Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix clippy warning
  • Loading branch information
LargeModGames committed May 19, 2026
commit 6ceeeb7e14791c757b8d5403ba907174e26ef49b
2 changes: 1 addition & 1 deletion src/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ use rspotify::prelude::*;
#[cfg(feature = "streaming")]
use rspotify::AuthCodePkceSpotify;
#[cfg(feature = "streaming")]
use std::time::{Duration, Instant};
use std::time::Duration;
use std::{
fs,
io::{self, Write},
Expand Down
Loading