perf(neglible): completely veto Arc from AppState

This commit is contained in:
2026-03-24 14:38:00 +01:00
parent 4449607449
commit af3d1a567b
4 changed files with 49 additions and 8 deletions

View File

@@ -43,6 +43,8 @@ multiple_crate_versions = { level = "allow" } # otherwise there's too much
correctness = { level = "deny", priority = -1 }
nursery = { level = "deny", priority = -1 }
option_if_let_else = { level = "allow" } # I personally sometimes prefer what this prevents
pedantic = { level = "deny", priority = -1 }
perf = { level = "deny", priority = -1 }
style = { level = "deny", priority = -1 }