refactor(comments): remove dead re-exports from comments module

This commit is contained in:
xfy 2026-06-17 11:29:14 +08:00
parent 472d8e91fa
commit fc9fce1f4d

View File

@ -24,9 +24,6 @@ pub use list::get_all_comments;
/// 获取待审核评论总数。
#[allow(unused_imports)]
pub use list::get_pending_count;
/// 获取指定文章的已审核评论数量。
#[allow(unused_imports)]
pub use read::get_comment_count;
/// 获取指定文章的已审核评论列表。
pub use read::get_comments;
/// 评论 API 的请求与响应数据结构。