udp: fix some config feature issues

This commit is contained in:
Joakim Frostegård 2021-11-14 03:28:41 +01:00
parent d18117595e
commit 1e9376302d
2 changed files with 9 additions and 9 deletions

View file

@ -4,7 +4,7 @@ pub mod common;
pub mod config;
#[cfg(all(feature = "with-glommio", target_os = "linux"))]
pub mod glommio;
#[cfg(feature = "with-mio")]
#[cfg(any(feature = "with-mio", feature = "with-io-uring"))]
pub mod other;
use config::Config;