Actions
Bug #7417
closedrust: remove shared reference to static mutable
Affected Versions:
Effort:
Difficulty:
Label:
Description
The last Rust linter warns about shared references to static mutables, which we have a few of. These can be seen with clippy from Rust 1.83.0 by default, and perhaps with older versions as well.
More information: https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html
We should look for an alternative.
Updated by Philippe Antoine 24 days ago
- Status changed from New to Closed
- Assignee changed from OISF Dev to Jason Ish
Actions