mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +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.