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

Clippy run

This commit is contained in:
Paul Lietar 2017-01-29 16:25:09 +00:00
parent 17482c236a
commit bbc438d9b2
12 changed files with 40 additions and 30 deletions

View file

@ -25,7 +25,7 @@ use librespot::version;
fn usage(program: &str, opts: &getopts::Options) -> String {
let brief = format!("Usage: {} [options]", program);
format!("{}", opts.usage(&brief))
opts.usage(&brief)
}
fn setup_logging(verbose: bool) {