summaryrefslogtreecommitdiff
path: root/material_theme/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-04-13 03:31:36 +0200
committerpml68 <contact@pml68.dev>2025-04-15 23:52:40 +0200
commit68f4ed46b1846e27c03f23d0b98e3ce89dc497b8 (patch)
tree11a284c74966045a2f99fb7e62845e295ede54ec /material_theme/Cargo.toml
parentfeat(material_theme): add disabled scrollable `Style`s (diff)
downloadiced-builder-68f4ed46b1846e27c03f23d0b98e3ce89dc497b8.tar.gz
feat(material_theme): implement `pick_list::Catalog`
Diffstat (limited to '')
-rw-r--r--material_theme/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/material_theme/Cargo.toml b/material_theme/Cargo.toml
index e88ce92..eef9605 100644
--- a/material_theme/Cargo.toml
+++ b/material_theme/Cargo.toml
@@ -30,6 +30,7 @@ features = ["derive"]
optional = true
[lints.rust]
+missing_debug_implementations = "deny"
unsafe_code = "deny"
unused_results = "deny"