mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Enable and fix some more clippy lints
This commit is contained in:
@@ -586,7 +586,7 @@ pub mod path {
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#[derive(Clone, Copy, PartialEq)]
|
||||
#[derive(Clone, Copy, PartialEq, Eq)]
|
||||
pub enum PathType {
|
||||
Open,
|
||||
Closed,
|
||||
|
||||
Reference in New Issue
Block a user