summary refs log tree commit diff
path: root/src/tools/clippy/tests/cargo/mod.rs
blob: 4dbe71e4b6ad6ae032be2c43649c6deba8aecf37 (plain)
1
2
3
4
#[must_use]
pub fn is_rustc_test_suite() -> bool {
    option_env!("RUSTC_TEST_SUITE").is_some()
}