aboutsummaryrefslogtreecommitdiff
path: root/azalea-inventory
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-inventory')
-rw-r--r--azalea-inventory/Cargo.toml3
-rw-r--r--azalea-inventory/azalea-inventory-macros/Cargo.toml3
2 files changed, 6 insertions, 0 deletions
diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml
index 8fb1d625..c5c5e314 100644
--- a/azalea-inventory/Cargo.toml
+++ b/azalea-inventory/Cargo.toml
@@ -18,3 +18,6 @@ serde.workspace = true
simdnbt.workspace = true
tracing.workspace = true
uuid.workspace = true
+
+[lints]
+workspace = true
diff --git a/azalea-inventory/azalea-inventory-macros/Cargo.toml b/azalea-inventory/azalea-inventory-macros/Cargo.toml
index 97d61dd8..415c99a3 100644
--- a/azalea-inventory/azalea-inventory-macros/Cargo.toml
+++ b/azalea-inventory/azalea-inventory-macros/Cargo.toml
@@ -13,3 +13,6 @@ proc-macro = true
proc-macro2.workspace = true
quote.workspace = true
syn.workspace = true
+
+[lints]
+workspace = true