changeset 44885:1537ce87e3ba

rust: remove one more occurrence of re2 Differential Revision: https://phab.mercurial-scm.org/D8601
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
date Sat, 30 May 2020 10:19:53 -0400
parents d044b66d8429
children 1409da2148c8
files rust/README.rst
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rust/README.rst	Tue May 26 07:03:11 2020 -0400
+++ b/rust/README.rst	Sat May 30 10:19:53 2020 -0400
@@ -27,8 +27,6 @@
   $ ./hg debuginstall | grep -i rust # to validate rust is in use
   checking Rust extensions (installed)
   checking module policy (rust+c-allow)
-  checking "re2" regexp engine Rust bindings (installed)
-
 
 If the environment variable ``HGWITHRUSTEXT=cpython`` is set, the Rust
 extension will be used by default unless ``--no-rust``.