Mercurial > public > mercurial-scm > hg
diff rust/README.rst @ 48842:649ff7f86f96
rust: enable Python 3 support unconditionally
Note: `cpython/python3-sys` is a default feature.
Differential Revision: https://phab.mercurial-scm.org/D12316
author | Simon Sapin <simon.sapin@octobus.net> |
---|---|
date | Thu, 03 Mar 2022 07:53:11 +0100 |
parents | 799fdf4cca80 |
children | eb383f093a01 |
line wrap: on
line diff
--- 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"`