Rename mod receiver_as_readable to readable_rx

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-06-09 01:02:53 +10:00
parent 59544e8b55
commit 58c775a648
No known key found for this signature in database
GPG key ID: 591C0B03040416D6
2 changed files with 1 additions and 1 deletions

View file

@ -26,7 +26,7 @@ mod auto_abort_join_handle;
pub use auto_abort_join_handle::AutoAbortJoinHandle;
mod extracter;
mod receiver_as_readable;
mod readable_rx;
/// Load binstall metadata from the crate `Cargo.toml` at the provided path
pub fn load_manifest_path<P: AsRef<Path>>(