diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -11,4 +11,9 @@ authors = ["LLLL Colonq <llll@colonq.computer>"] name = "teleia" [profile.dev.package."*"] -opt-level = 2
\ No newline at end of file +opt-level = 2 + +[workspace.lints.clippy] +all = "deny" +pedantic = "deny" +nursery = "deny"
\ No newline at end of file |
