mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-03 01:39:28 +02:00
fix clippy warnings
This commit is contained in:
parent
f72048e5e1
commit
7f2cb684c9
8 changed files with 10 additions and 16 deletions
|
@ -9,7 +9,7 @@ fn out_dir() -> PathBuf {
|
|||
}
|
||||
|
||||
fn cleanup() {
|
||||
let _ = fs::remove_dir_all(&out_dir());
|
||||
let _ = fs::remove_dir_all(out_dir());
|
||||
}
|
||||
|
||||
fn compile() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue