Fix order of derive helper attributes (#179)

This commit is contained in:
ギャラ 2021-04-19 22:09:07 +09:00 committed by GitHub
commit 42816d3d09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,8 +24,8 @@ fn default_bold() -> bool {
false
}
#[serde(rename_all = "lowercase")]
#[derive(Copy, Clone, Debug, Serialize, Deserialize, PartialEq, Eq, PartialOrd, Ord)]
#[serde(rename_all = "lowercase")]
pub enum RawColor {
Black,
Red,