various: inherit workspace lints in all crates; eliminate unwrap()

throughout

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Id8de9d65139ec4cf4cdeaee14c8c95b06a6a6964
This commit is contained in:
raf 2026-03-07 16:55:43 +03:00
commit b8ff35acea
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
12 changed files with 514 additions and 239 deletions

View file

@ -26,6 +26,9 @@ dioxus-free-icons = { workspace = true }
gloo-timers = { workspace = true }
rand = { workspace = true }
[lints]
workspace = true
[features]
default = ["web"]
web = ["dioxus/web"]