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

Fix clippy lints

This commit is contained in:
Roderick van Domburg 2022-05-21 21:36:56 +02:00
parent 3d298768b3
commit 2a3e248bba
No known key found for this signature in database
GPG key ID: A9EF5222A26F0451
7 changed files with 30 additions and 40 deletions

View file

@ -586,7 +586,7 @@ fn get_setup() -> Setup {
let stripped_env_key = |k: &str| {
k.trim_start_matches("LIBRESPOT_")
.replace("_", "-")
.replace('_', "-")
.to_lowercase()
};