aboutsummaryrefslogtreecommitdiff
path: root/codegen/lib
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2026-01-14 05:20:17 +0600
committermat <git@matdoes.dev>2026-01-14 11:20:57 +1200
commitfd4c4b0da4b8cf8c69205873c93ac97ff113e955 (patch)
tree404264a87c2691b13b4e4a2f3f363559693a1b9c /codegen/lib
parentb21ac946cafaacc9ee2478ea48ed9e72554f79ed (diff)
downloadazalea-drasl-fd4c4b0da4b8cf8c69205873c93ac97ff113e955.tar.xz
upgrade deps
Diffstat (limited to 'codegen/lib')
-rw-r--r--codegen/lib/code/entity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/codegen/lib/code/entity.py b/codegen/lib/code/entity.py
index 1297b9f6..d10a159f 100644
--- a/codegen/lib/code/entity.py
+++ b/codegen/lib/code/entity.py
@@ -712,7 +712,7 @@ impl From<EntityDataValue> for UpdateMetadataError {
code.append("")
code_header.append("")
- code_header.append("#![allow(clippy::single_match)]")
+ code_header.append("#![allow(clippy::single_match, non_snake_case)]")
with open(METADATA_RS_DIR, "w") as f:
f.write("\n".join(code_header) + "\n\n")