aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-12-09 12:20:37 +0100
committerAlex Auvolat <alex@adnab.me>2021-12-09 12:20:37 +0100
commite4942490ee6f51573223772ceee8a8ac46b55ae6 (patch)
tree5500ce3ba4a4b9f43221f92bf7a714d70b024f49 /src/main.rs
parentfdb83162ce9979184a9d680c5ec4f64235497485 (diff)
downloadtricot-docker-19.tar.gz
tricot-docker-19.zip
Cargo clippydocker-19
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
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);
}