Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
c937122a6a0ab68a201c32adcacd4d784a327595
/
.
/
crates
/
serialport
/
src
/
tests
/
mod.rs
blob: deb6b6ae7ee6c1bb1ee7b62321076c3b6ed63cd6 [
file
] [
log
] [
blame
]
use
cfg_if
::
cfg_if
;
cfg_if
!
{
if
#[
cfg
(
test
)]
{
pub
(
crate
)
mod
timeout
;
}
}