Closed daaku closed 4 years ago
As the title says, removes unnecessary braces to prevent the unnecessary braces around function argument warnings. This eliminates 20 of the 21 warnings emitted when running cargo test.
unnecessary braces around function argument
cargo test
Caveat: still a rust n00b...
Forgot to make a branch.. opening a new one..
As the title says, removes unnecessary braces to prevent the
unnecessary braces around function argument
warnings. This eliminates 20 of the 21 warnings emitted when runningcargo test
.Caveat: still a rust n00b...