diff --git a/storefd/src/lib.rs b/storefd/src/lib.rs index 87b6d19..4a9db89 100644 --- a/storefd/src/lib.rs +++ b/storefd/src/lib.rs @@ -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;