This website requires JavaScript.
Explore
Help
Sign In
tokio-rs
/
tokio
Watch
1
Star
0
Fork
0
mirror of
https://github.com/tokio-rs/tokio.git
synced
2026-08-18 00:00:09 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ee4b2ede83c661715c054d3cda170994a499c39f
tokio
/
tokio-util
/
tests
/
_require_full.rs
T
3 lines
94 B
Rust
Raw
Normal View
History
Unescape
Escape
util: require full feature in tokio-util tests (
#3636
)
2021-05-05 04:21:25 -05:00
#![cfg(not(feature =
"full"
))]
compile_error!
(
"run tokio-util tests with `--features full`"
);
Reference in New Issue
Copy Permalink