Skip to content

Commit 482ac97

Browse files
authored
Add palindrome to Charm::from_str (ordinals#4104)
1 parent 12de46f commit 482ac97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/ordinals/src/charm.rs

+1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ impl FromStr for Charm {
117117
"lost" => Self::Lost,
118118
"mythic" => Self::Mythic,
119119
"nineball" => Self::Nineball,
120+
"palindrome" => Self::Palindrome,
120121
"rare" => Self::Rare,
121122
"reinscription" => Self::Reinscription,
122123
"unbound" => Self::Unbound,

0 commit comments

Comments
 (0)