bread/bread-module-host
Breadway 72afe790fd
Some checks failed
dev release / build (push) Failing after 7s
Fix clippy warnings across workspace
- io.rs: factor the pending-RPC-replies map into a PendingReplies
  type alias (type_complexity)
- lua_env.rs: drop a redundant i64->i64 cast and an unneeded borrow
  before create_string (unnecessary_cast, needless_borrows_for_generic_args)
- state_engine.rs: iterate watches.values() instead of discarding the
  key from watches.iter() (for_kv_map)
- module_host_sandbox.rs: collapse nested if into a single condition
  (collapsible_if)

(cherry picked from commit 49063cb98ddfeae35d842a6cf439123cfda763d9)
2026-08-23 14:57:43 +08:00
..
src Fix clippy warnings across workspace 2026-08-23 14:57:43 +08:00
Cargo.toml Bump workspace crate versions to 0.8.0 ahead of v0.8.0-rc.1 2026-08-05 08:40:03 +08:00