]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/cargo/mod.rs
Rollup merge of #89865 - tmandry:llvm-static, r=Mark-Simulacrum
[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 }