antoyo / relm

Idiomatic, GTK+-based, GUI library, inspired by Elm, written in Rust
MIT License
2.42k stars 79 forks source link

[Derive] Disable clippy for view() #234

Closed PolyMeilex closed 3 years ago

PolyMeilex commented 3 years ago

Clippy produces hundreds of warnings related to the style of view().

It quickly floods CI with useless lints, so finding actual ones becomes impossible

antoyo commented 3 years ago

Thanks and sorry for the delay.