# HG changeset patch # User Valentin Gatien-Baron # Date 1590848393 14400 # Node ID 1537ce87e3ba3759470aaaa812143ee972ef9eb8 # Parent d044b66d8429291fc14dfcaf206c3e9405da659f rust: remove one more occurrence of re2 Differential Revision: https://phab.mercurial-scm.org/D8601 diff -r d044b66d8429 -r 1537ce87e3ba rust/README.rst --- 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``.