mirror of
https://github.com/Noratrieb/mono-fmt.git
synced 2026-01-17 00:35:05 +01:00
fmt
This commit is contained in:
parent
505a8f80d5
commit
166b495586
5 changed files with 19 additions and 15 deletions
|
|
@ -69,7 +69,7 @@ impl PartialEq for FmtPart {
|
|||
fn eq(&self, other: &Self) -> bool {
|
||||
match (self, other) {
|
||||
(Self::Literal(_, a), Self::Literal(_, b)) => a == b,
|
||||
(Self::Spec(_ ,a, _), Self::Spec(_, b, _)) => a == b,
|
||||
(Self::Spec(_, a, _), Self::Spec(_, b, _)) => a == b,
|
||||
_ => false,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue