ValueScript icon indicating copy to clipboard operation
ValueScript copied to clipboard

Make the ValueScript source code more rusty

Open voltrevo opened this issue 1 year ago • 0 comments

I've been learning rust as I've been building ValueScript. I'm getting better, but I'm sure the code would still benefit by being rustier in many places.

At minimum, cargo clippy is generating 470 warnings as I write this (after --fix).

I'm not necessarily sold on doing everything clippy says, but it's a decent guide.

If you want to change something a bit more complex than what clippy is able to comment on, you might want to check with me beforehand. In general, this is supposed to be a good-first-issue so the depth of the change should be limited.

voltrevo avatar Mar 08 '23 04:03 voltrevo