rustfmt-nightly 1.4.21

Tool to find and fix Rust formatting issues
//! Other operating systems

use crate::detect::Feature;

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