移除 image_provider transport 冗余 path 属性
去掉 transport 模块上多余的 #[path] 声明,恢复默认模块解析 保持 client / curl 模块导出与人眼可见的目录结构一致
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
#[path = "client.rs"]
|
||||
pub(crate) mod client;
|
||||
#[path = "curl.rs"]
|
||||
pub(crate) mod curl;
|
||||
|
||||
pub use client::{build_image_http_client, build_image_provider_client};
|
||||
|
||||
Reference in New Issue
Block a user