Closed QWZeng closed 2 months ago
a non-searching mode can override non-searching mode. It’s likely just a mistake or typo : if !matches!(*self, Mode::Search()); it should be: if !matches!(new, Mode::Search())
a non-searching mode can override non-searching mode. It’s likely just a mistake or typo : if !matches!(*self, Mode::Search()); it should be: if !matches!(new, Mode::Search())