diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-09 12:20:37 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-09 12:20:37 +0100 |
commit | e4942490ee6f51573223772ceee8a8ac46b55ae6 (patch) | |
tree | 5500ce3ba4a4b9f43221f92bf7a714d70b024f49 /src/main.rs | |
parent | fdb83162ce9979184a9d680c5ec4f64235497485 (diff) | |
download | tricot-docker-19.tar.gz tricot-docker-19.zip |
Cargo clippydocker-19
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index faffac6..61fc747 100644 --- a/src/main.rs +++ b/src/main.rs @@ -104,7 +104,7 @@ async fn main() { } } -fn exit_on_err(e: anyhow::Error) -> () { +fn exit_on_err(e: anyhow::Error) { error!("{}", e); std::process::exit(1); } |