endoli / commands.rs

A command system for Rust.
https://endoli.github.io/commands.rs/commands/
Apache License 2.0
18 stars 2 forks source link

Parser::advance code quality #8

Closed waywardmonkeys closed 8 years ago

waywardmonkeys commented 8 years ago

The code in Parser::advance currently triggers clippy warnings.

It is also pretty gross in terms of cloning data.

Can we clean this up?