1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 22:30:03 -04:00

Minor code cleanup and clippy fixes

This commit is contained in:
Emil Ernerfeldt
2020-04-24 18:47:14 +02:00
parent ddc34d654b
commit a66f4efaac
9 changed files with 42 additions and 58 deletions

View File

@@ -1,3 +1,5 @@
#![allow(clippy::if_same_then_else)]
use crate::{color::*, math::*, types::*};
#[derive(Clone, Copy, Debug, Serialize)]