Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rust: remove allow of static mutables
As references to static mutables are highly discouraged, remove the global suppressing of the compiler warning. Each use case can be suppressed as needed. Ticket: #7417
- Loading branch information