Sign in
rust
/
rust-lang
/
stdarch
/
refs/heads/auto
/
.
/
crates
/
std_detect
/
src
/
detect
/
os
/
other.rs
blob: bf7be87f0735c60074ed765b3f91c9f220fde0be [
file
] [
log
] [
blame
]
//! Other operating systems
use
crate
::
detect
::
cache
;
pub
(
crate
)
fn
detect_features
()
->
cache
::
Initializer
{
cache
::
Initializer
::
default
()
}