From 5b07c4823404765ed259859e5412b2e92ac600c9 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sat, 5 Jun 2021 10:28:18 +0200 Subject: nightly clippy fixes --- src/args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/args.rs') diff --git a/src/args.rs b/src/args.rs index 9ff40870..57e5be83 100644 --- a/src/args.rs +++ b/src/args.rs @@ -49,7 +49,7 @@ pub fn process_cmdline() -> Result { let arg_matches = app.get_matches(); if arg_matches.is_present("bugreport") { - bug_report::generate_bugreport()?; + bug_report::generate_bugreport(); std::process::exit(0); } if arg_matches.is_present("logging") { -- cgit v1.2.3