mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-06 07:26:43 -04:00
8cb2038f85
# 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`