Open QWZeng opened 2 months ago
I think the docs are wrong here.
Also, why are you opening multiple PRs? I see this one and #2879.
I think the docs are wrong here.
Also, why are you opening multiple PRs? I see this one and #2879.
I think the docs are wrong here.
Also, why are you opening multiple PRs? I see this one and #2879.
Excuse me, I'm not sure what did you mean "the docs wrong here", the comments are wrong in code? I've closed the #2879 PR, sorry for that.
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())