status: update comment to reflect the more recent situation
This is a gratuitous cleanup.
Differential Revision: https://phab.mercurial-scm.org/D8516
--- a/mercurial/dirstate.py Fri May 01 01:32:08 2020 +0200
+++ b/mercurial/dirstate.py Tue May 12 10:03:51 2020 +0200
@@ -1196,7 +1196,7 @@
elif match.traversedir is not None:
use_rust = False
elif not isinstance(match, allowed_matchers):
- # Matchers have yet to be implemented
+ # Some matchers have yet to be implemented
use_rust = False
if use_rust: