summaryrefslogtreecommitdiffstats
path: root/library/stdarch/crates/std_detect/src/detect/os/other.rs
blob: 091fafc4ebf4d7e9c6dd589d8d42299f5a5774a4 (plain)
1
2
3
4
5
6
7
8
//! Other operating systems

use crate::detect::cache;

#[allow(dead_code)]
pub(crate) fn detect_features() -> cache::Initializer {
    cache::Initializer::default()
}