Sign in
rust
/
rustfmt
/
refs/heads/rust-1.45
/
.
/
tests
/
source
/
cfg_if
/
detect
/
os
/
other.rs
blob: 23e399ea790740b0ed97f2a9ccd2bd2693af00c1 [
file
] [
log
] [
blame
]
//! Other operating systems
use
crate
::
detect
::
Feature
;
/// Performs run-time feature detection.
#[
inline
]
pub
fn
check_for
(
_x
:
Feature
)
->
bool
{
false
}