mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 06:16:04 +00:00
add '@generated' to generated code
This commit is contained in:
parent
f27c87b291
commit
0a7648ce48
5 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
#![allow(clippy::single_match)]
|
||||
|
||||
// This file is generated from codegen/lib/code/entity.py.
|
||||
// This file is @generated from codegen/lib/code/entity.py.
|
||||
// Don't change it manually!
|
||||
|
||||
use azalea_chat::FormattedText;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//! Autogenerated block collisions for every block
|
||||
|
||||
// This file is generated from codegen/lib/code/shapes.py. If you want to
|
||||
// This file is @generated from codegen/lib/code/shapes.py. If you want to
|
||||
// modify it, change that file.
|
||||
|
||||
#![allow(clippy::explicit_auto_deref)]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// This file was generated by codegen/lib/code/tags.py, don't edit it manually!
|
||||
// This file was @generated by codegen/lib/code/tags.py, don't edit it manually!
|
||||
|
||||
use std::{collections::HashSet, sync::LazyLock};
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// This file was generated by codegen/lib/code/tags.py, don't edit it manually!
|
||||
// This file was @generated by codegen/lib/code/tags.py, don't edit it manually!
|
||||
|
||||
use std::{collections::HashSet, sync::LazyLock};
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// This file was generated by codegen/lib/code/tags.py, don't edit it manually!
|
||||
// This file was @generated by codegen/lib/code/tags.py, don't edit it manually!
|
||||
|
||||
use std::{collections::HashSet, sync::LazyLock};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue