Skip to content

Commit

Permalink
nit: remove unused macro variants
Browse files Browse the repository at this point in the history
  • Loading branch information
poliorcetics committed Sep 20, 2022
1 parent 0090712 commit 84729fd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions helix-view/src/theme/theme_keys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,12 +292,6 @@ macro_rules! generate_theme_keys {
}
}
};
(Self::$variant: ident => None) => {
Self::$variant => None
};
(Self::$variant: ident => $fallback:ident) => {
Self::$variant => Some(Self::$fallback)
};
}

// Alphabetical order should be respected as much as possible when it makes sense (within a section),
Expand Down

0 comments on commit 84729fd

Please sign in to comment.