Skip to content

Commit

Permalink
Fix warnings in valence_entity build script
Browse files Browse the repository at this point in the history
  • Loading branch information
rj00a committed Jan 31, 2024
1 parent df5af0c commit a36d247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/valence_entity/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ struct Attribute {

#[derive(Deserialize, Clone, Debug)]
#[serde(tag = "type", content = "default_value", rename_all = "snake_case")]
#[allow(dead_code)]
enum Value {
Byte(i8),
Integer(i32),
Expand Down

0 comments on commit a36d247

Please sign in to comment.