Skip to content

Commit

Permalink
feat: retain old rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tu6ge committed Apr 18, 2024
1 parent 33a4f8b commit 393ed8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rule/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ where
};
RuleList {
list: if is_dup {
vec![ErasedRule::new(other)]
vec![ErasedRule::new(self)]
} else {
vec![ErasedRule::<M>::new(self), ErasedRule::new(other)]
},
Expand Down

0 comments on commit 393ed8e

Please sign in to comment.