1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00

fix incorrect tags codegen

This commit is contained in:
mat 2024-12-20 23:59:17 +00:00
parent c7cb73d22b
commit 78e5a65317

View file

@ -8,7 +8,7 @@ def generate_tags(registries: dict, file_name: str, struct_name: str):
generated = f'''// This file was generated by codegen/lib/code/tags.py, don't edit it manually!
use std::{collections::HashSet, sync::LazyLock};
use std::{{collections::HashSet, sync::LazyLock}};
use crate::{struct_name};