diff options
| author | mat <git@matdoes.dev> | 2026-01-14 05:20:17 +0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-01-14 11:20:57 +1200 |
| commit | fd4c4b0da4b8cf8c69205873c93ac97ff113e955 (patch) | |
| tree | 404264a87c2691b13b4e4a2f3f363559693a1b9c /codegen | |
| parent | b21ac946cafaacc9ee2478ea48ed9e72554f79ed (diff) | |
| download | azalea-drasl-fd4c4b0da4b8cf8c69205873c93ac97ff113e955.tar.xz | |
upgrade deps
Diffstat (limited to 'codegen')
| -rw-r--r-- | codegen/lib/code/entity.py | 2 |
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") |
