hlorenzi / customasm

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

Run cargo fix to remove unused muts #184

Closed thenorili closed 12 months ago

thenorili commented 1 year 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.