JMS55 / sandbox

A sand simulation game
https://flathub.org/apps/details/com.github.jms55.Sandbox
GNU Affero General Public License v3.0
317 stars 12 forks source link

equal op error #2

Closed Horki closed 4 years ago

Horki commented 4 years ago

Clippy triggers 255.0/255.0 as error

                                particle_selector_button(
                                    im_str!("Cryotheum"),
                                    Some(ParticleType::Cryotheum),
                                    [12.0 / 255.0, 193.0 / 255.0, 255.0 / 255.0],
                                    false,
                                );
Horki commented 4 years ago

@JMS55 PR #3

Horki commented 4 years ago

@JMS55 ok, could you please add clippy linter, with a list of ignoring flags