]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/cargo/mod.rs
Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea' into clippyup
[rust.git] / src / tools / clippy / tests / cargo / mod.rs
1 #[must_use]
2 pub fn is_rustc_test_suite() -> bool {
3     option_env!("RUSTC_TEST_SUITE").is_some()
4 }