rust/README.rst
changeset 48842 649ff7f86f96
parent 48535 799fdf4cca80
child 49628 eb383f093a01
--- a/rust/README.rst	Thu Mar 03 09:45:21 2022 +0900
+++ b/rust/README.rst	Thu Mar 03 07:53:11 2022 +0100
@@ -40,8 +40,8 @@
 Special features
 ================
 
-You might want to check the `features` section in ``hg-cpython/Cargo.toml``.
-It may contain features that might be interesting to try out.
+In the future, compile-time opt-ins may be added
+to the `features` section in ``hg-cpython/Cargo.toml``.
 
 To use features from the Makefile, use the `HG_RUST_FEATURES` environment
 variable: for instance `HG_RUST_FEATURES="some-feature other-feature"`