diff options
| author | mat <git@matdoes.dev> | 2025-05-31 08:56:17 +0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-05-30 18:09:44 -1000 |
| commit | 0a7648ce483737a665377a7be84f14f8bd98a9c9 (patch) | |
| tree | abf223ab8ffe236c1e80822092e556e9b3bd6f87 /azalea-entity/src | |
| parent | f27c87b291a920376e006a470efb353dee46ed17 (diff) | |
| download | azalea-drasl-0a7648ce483737a665377a7be84f14f8bd98a9c9.tar.xz | |
add '@generated' to generated code
Diffstat (limited to 'azalea-entity/src')
| -rw-r--r-- | azalea-entity/src/metadata.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-entity/src/metadata.rs b/azalea-entity/src/metadata.rs index e6504194..1397e624 100644 --- a/azalea-entity/src/metadata.rs +++ b/azalea-entity/src/metadata.rs @@ -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; |
