Sign in
android
/
toolchain
/
rustc
/
9cf678059bdfead0671d48dbbb51b152b62d6995
/
.
/
library
/
stdarch
/
crates
/
std_detect
/
src
/
detect
/
os
/
other.rs
blob: 091fafc4ebf4d7e9c6dd589d8d42299f5a5774a4 [
file
] [
log
] [
blame
]
//! Other operating systems
use
crate
::
detect
::
cache
;
#[
allow
(
dead_code
)]
pub
(
crate
)
fn
detect_features
()
->
cache
::
Initializer
{
cache
::
Initializer
::
default
()
}