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:
parent
17482c236a
commit
bbc438d9b2
12 changed files with 40 additions and 30 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue