mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-21 23:54:18 +02:00
Fix order of derive helper attributes (#179)
This commit is contained in:
parent
2a304b17f2
commit
42816d3d09
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue