mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
enforce and fix a bunch of clippy issues
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#![deny(warnings)]
|
||||
|
||||
#![allow(clippy::single_match)]
|
||||
mod painter;
|
||||
|
||||
pub use painter::Painter;
|
||||
|
||||
Reference in New Issue
Block a user