render-rs / render.rs

🔏 A safe and simple template engine with the ergonomics of JSX
https://docs.rs/render
MIT License
238 stars 23 forks source link

pull out first statement to eliminate unused brace errors #22

Closed daaku closed 4 years ago

daaku commented 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.

Caveat: still a rust n00b...

daaku commented 4 years ago

Forgot to make a branch.. opening a new one..