mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
547ce0db27
This changes the variable used for testing Clippy in the internal test suite: ``` CLIPPY_TESTS -> __CLIPPY_INTERNAL_TESTS ``` `CLIPPY_TESTS` is understandably used in environments of Clippy users, so we shouldn't use it in our test suite.