blob: 23e399ea790740b0ed97f2a9ccd2bd2693af00c1 [file] [log] [blame]
//! Other operating systems
use crate::detect::Feature;
/// Performs run-time feature detection.
#[inline]
pub fn check_for(_x: Feature) -> bool {
false
}