1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 01:39:28 +02:00

Fix warnings

This commit is contained in:
johannesd3 2021-05-09 12:59:34 +02:00 committed by Johannesd3
parent 3134e1a0c5
commit 041f084d7f
8 changed files with 14 additions and 11 deletions

View file

@ -1,3 +1,5 @@
#![allow(clippy::wrong_self_convention)]
use std::convert::TryInto;
use std::fmt;