diff options
| author | mo8it <mo8it@proton.me> | 2025-05-12 20:30:51 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2025-05-12 20:30:51 +0200 |
| commit | c5f49cfa48500ff71893070578206903f58ed2cc (patch) | |
| tree | affc33c969e25f50c05b98a337b7e4a32413857e /Cargo.toml | |
| parent | 9bcd4198c5bcfdb85ba8b493e0c75ab6750a9325 (diff) | |
Remove needless_option_as_deref exception
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -84,8 +84,6 @@ infinite_loop = "deny" mem_forget = "deny" dbg_macro = "warn" todo = "warn" -# TODO: Remove after the following fix is released: https://github.com/rust-lang/rust-clippy/pull/13102 -needless_option_as_deref = "allow" [lints] workspace = true |
