Sign in
android
/
toolchain
/
cargo-deny
/
HEAD
/
.
/
android
/
vendor
/
tokio-util-0.7.10
/
tests
/
_require_full.rs
blob: 045934d17599896dec9a11bbf8e7b11295316c98 [
file
] [
log
] [
blame
]
#![
cfg
(
not
(
feature
=
"full"
))]
compile_error
!(
"run tokio-util tests with `--features full`"
);