summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/cfg_if/detect/os/other.rs
blob: 23e399ea790740b0ed97f2a9ccd2bd2693af00c1 (plain)
1
2
3
4
5
6
7
8
9
//! Other operating systems

use crate::detect::Feature;

/// Performs run-time feature detection.
#[inline]
pub fn check_for(_x: Feature) -> bool {
    false
}