移除 image_provider transport 冗余 path 属性

去掉 transport 模块上多余的 #[path] 声明,恢复默认模块解析

保持 client / curl 模块导出与人眼可见的目录结构一致
This commit is contained in:
2026-09-19 13:07:21 +08:00
parent 5b1b0ddb9a
commit 99081455ee
@@ -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};