Skip to content

Commit

Permalink
undo derive Ord and PartialOrd for Language
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC committed Nov 10, 2023
1 parent 8f62204 commit ebb0252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/translations/types/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use crate::countries::flags_pictures::{
use crate::StyleType;

/// This enum defines the available languages.
#[derive(PartialEq, Eq, Clone, Copy, Debug, Serialize, Deserialize, Hash, PartialOrd, Ord)]
#[derive(PartialEq, Eq, Clone, Copy, Debug, Serialize, Deserialize, Hash)]
pub enum Language {
/// English (default language).
EN,
Expand Down

0 comments on commit ebb0252

Please sign in to comment.