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:
parent
c7cb73d22b
commit
78e5a65317
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Reference in a new issue