TX-2 / TX-2-simulator

Simulator for the pioneering TX-2 computer
https://tx-2.github.io/
MIT License
21 stars 2 forks source link

Refactor code to fix "too many arguments" issues #38

Closed jamesyoungman closed 2 years ago

jamesyoungman commented 2 years ago

Fix Clippy warnings about functions having too many arguments and remove any #[allow(clippy::too_many_arguments)] we have in the code.