mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
chore: add pumpkin_macros::translate_cross! macro
validates translations at compile time, also update bedrock translations to latest 26.40.5
This commit is contained in:
@@ -27,5 +27,10 @@ syn = { version = "3.0", features = ["full", "extra-traits"] }
|
||||
pumpkin-util = { path = "../../crates/pumpkin-util", features = ["codegen"] }
|
||||
pumpkin-nbt = { path = "../../crates/pumpkin-nbt" }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
[lints.clippy]
|
||||
expect_used = "allow"
|
||||
unwrap_used = "allow"
|
||||
panic = "allow"
|
||||
indexing_slicing = "allow"
|
||||
pedantic = { level = "allow", priority = -1 }
|
||||
all = { level = "allow", priority = -1 }
|
||||
|
||||
Reference in New Issue
Block a user