Reuse old module names in use

This commit is contained in:
Mathieu Trossevin 2024-01-12 10:51:40 +01:00
parent 45d7fbb36e
commit 3910d02ae3
Signed by: mtrossevin
GPG key ID: D1DBB7EA828374E9

View file

@ -4,7 +4,7 @@
#[cfg(feature = "listenfd")]
#[cfg_attr(doc_cfg, doc(cfg(feature = "listenfd")))]
pub use storefd_listen;
pub use storefd_listen as listen;
#[cfg(feature = "notify")]
#[cfg_attr(doc_cfg, doc(cfg(feature = "notify")))]
pub use storefd_notify;
pub use storefd_notify as notify;