Files
SpacetimeDB/modules
Noa 8cb2038f85 Fix 'unsafe attr without unsafe' error (#4534)
# Description of Changes

Followup to #3802; was causing issues in modules in private. Rust 2024
now requires `unsafe()` around certain attributes, but the `settings`
macro was added after I first opened that PR, so I didn't wrap it.
Additionally, `settings` wasn't tested in this repo, so it wasn't
caught.

# Expected complexity level and risk

1

# Testing

- [x] Added use of `#[spacetimedb::settings]` in `module-test`
2026-03-03 19:58:44 +00:00
..
2026-02-07 04:26:45 +00:00
2026-02-20 10:44:29 +00:00
2026-02-07 04:26:45 +00:00
2026-02-20 10:44:29 +00:00
2026-03-03 11:06:52 +00:00
2026-02-20 10:44:29 +00:00
2026-02-20 10:44:29 +00:00