hlorenzi / customasm

💻 An assembler for custom, user-defined instruction sets! https://hlorenzi.github.io/customasm/web/
Apache License 2.0
704 stars 55 forks source link

Run cargo fix to remove unused muts #184

Closed thenorili closed 9 months ago

thenorili commented 10 months ago

Cargo build suggests 'cargo fix --lib -p customasm' to remove unused mut qualifiers in iter.rs. This change runs that command and commits the result. It's passing all tests and builds.