diff options
Diffstat (limited to 'azalea-world/src/palette')
| -rw-r--r-- | azalea-world/src/palette/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-world/src/palette/mod.rs b/azalea-world/src/palette/mod.rs index 65a04f6a..4cbf690b 100644 --- a/azalea-world/src/palette/mod.rs +++ b/azalea-world/src/palette/mod.rs @@ -106,7 +106,7 @@ impl<S: PalletedContainerKind> From<&Palette<S>> for PaletteKind { } } -#[derive(Clone, Debug, PartialEq, Eq)] +#[derive(Clone, Debug, Eq, PartialEq)] pub enum PaletteKind { SingleValue, Linear, |
