FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.49k stars 339 forks source link

fix clippy error in master branch #601

Closed DeerSilver closed 4 months ago

DeerSilver commented 4 months ago

Change:

[allow(clippy::blocks_in_if_conditions)]

to newer:

[allow(clippy::blocks_in_conditions)]