diff options
| author | mo8it <mo8it@proton.me> | 2024-08-25 23:54:04 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-08-25 23:54:04 +0200 |
| commit | a1f0eaab549300dbd7d2dbd85cf11aba34f57c2d (patch) | |
| tree | e5cbd4f7a4536663ae85bc88cb01a941ee3f5774 /Cargo.toml | |
| parent | b1898f6d8b2c2ae45279ca4c67fa1b1a94acb936 (diff) | |
Add disallowed types and methods in Clippy
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -75,6 +75,8 @@ unstable_features = "forbid" [workspace.lints.clippy] empty_loop = "forbid" +disallowed-types = "deny" +disallowed-methods = "deny" infinite_loop = "deny" mem_forget = "deny" dbg_macro = "warn" |
