1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-04 18:29:45 +02:00

Fix clippy warnings

This commit is contained in:
Roderick van Domburg 2021-06-23 21:43:23 +02:00
parent aa4cc0bee6
commit e58934849f
No known key found for this signature in database
GPG key ID: 7076AA781B43EFE6
3 changed files with 3 additions and 5 deletions

View file

@ -1,5 +1,3 @@
#![allow(clippy::unused_io_amount)]
#[macro_use]
extern crate log;
extern crate num_derive;