]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/cargo/mod.rs
Rollup merge of #88436 - lf-:stabilize-command-access, r=yaahc
[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 }