Skip to content

Commit

Permalink
Add palindrome to Charm::from_str (ordinals#4104)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk authored Nov 26, 2024
1 parent 12de46f commit 482ac97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ordinals/src/charm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ impl FromStr for Charm {
"lost" => Self::Lost,
"mythic" => Self::Mythic,
"nineball" => Self::Nineball,
"palindrome" => Self::Palindrome,
"rare" => Self::Rare,
"reinscription" => Self::Reinscription,
"unbound" => Self::Unbound,
Expand Down

0 comments on commit 482ac97

Please sign in to comment.