Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
```text warning: creating a mutable reference to mutable static is discouraged --> test/signal/test_signals.rs:1164:22 | 1164 | unsafe { DO_SETCONTEXT_RES.take() }, | ^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives = note: `#[warn(static_mut_refs)]` on by default ```
- Loading branch information