github
Allow overriding Rust toolchain in `tox` runs (#12827) It can be convenient to use different versions of the Rust toolchain for various `tox` runs. This can already be done externally to `tox` by a stateful `rustup override set <x>` followed by clearing the override after the tox run, but allowing the environment variable to pass through lets it be localised to just a single run. (cherry picked from commit b362df0c4)
66181 of 73567 relevant lines covered (89.96%)
301500.08 hits per line