summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-07-28 20:30:23 +0200
committermo8it <mo8it@proton.me>2024-07-28 20:30:23 +0200
commit74fab994e2133cc40718abe923645922785c2a57 (patch)
treed05a785e3a69e2dff64e7455ae8d033d4ad03081 /Cargo.toml
parent3a99542f7346a639115abd65ea277f32ecd3e5a1 (diff)
Make the output optional
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4aad110..0577a6e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -63,3 +63,7 @@ panic = "abort"
[package.metadata.release]
pre-release-hook = ["./release-hook.sh"]
+
+# TODO: Remove after the following fix is released: https://github.com/rust-lang/rust-clippy/pull/13102
+[lints.clippy]
+needless_option_as_deref = "allow"