1
2
3
4
5
6
7
8
//! Other operating systems

use arch::detect::Feature;

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