diff options
| author | LLLL Colonq <llll@colonq> | 2026-05-18 03:51:05 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-05-18 03:52:55 -0400 |
| commit | 95a9d989b37452cfde08879daf5c18c4ad9da03f (patch) | |
| tree | 0cfa672303c71c8f704da5f04c5b72997465baa1 /Cargo.toml | |
| parent | 837e4af12e683a3d006179823e352b7a5b276e5a (diff) | |
Satisfy clippy, fix rerun-if-changed
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 |
