diff options
| author | mo8it <mo8it@proton.me> | 2024-07-28 20:30:23 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-28 20:30:23 +0200 |
| commit | 74fab994e2133cc40718abe923645922785c2a57 (patch) | |
| tree | d05a785e3a69e2dff64e7455ae8d033d4ad03081 /Cargo.toml | |
| parent | 3a99542f7346a639115abd65ea277f32ecd3e5a1 (diff) | |
Make the output optional
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |
