mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-06 03:50:06 +02:00
Fix clippy warnings
This commit is contained in:
parent
6a98a0138c
commit
1290ee9925
4 changed files with 5 additions and 5 deletions
|
@ -139,7 +139,7 @@ enum ControlFlow {
|
|||
}
|
||||
|
||||
impl AudioFileFetch {
|
||||
fn is_download_streaming(&mut self) -> bool {
|
||||
fn is_download_streaming(&self) -> bool {
|
||||
self.shared.download_streaming.load(Ordering::Acquire)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue