tov / bf-rs

Brainfuck in Rust
MIT License
10 stars 6 forks source link

Fix cargo warnings #18

Open OpenByteDev opened 4 years ago

OpenByteDev commented 4 years ago

This pull requests fixes the warnings produced by cargo by adding the dyn keyword to trait objects and removing a duplicate import.