misc clippy fixes
the trivial ones ;) Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
@ -148,11 +148,7 @@ async fn register_account(
|
||||
std::io::stdout().flush()?;
|
||||
let mut input = String::new();
|
||||
std::io::stdin().read_line(&mut input)?;
|
||||
if input.trim().eq_ignore_ascii_case("y") {
|
||||
true
|
||||
} else {
|
||||
false
|
||||
}
|
||||
input.trim().eq_ignore_ascii_case("y")
|
||||
} else {
|
||||
println!("No Terms of Service found, proceeding.");
|
||||
true
|
||||
|
Reference in New Issue
Block a user