Added no-mut-static feature

Some build targets support atomics but do not support mutable values in static fields. Atomics have interior mutability despite not being static mut and will error on these targets.

Merge request reports

Loading