refactor(comments): remove dead re-exports from comments module
This commit is contained in:
parent
472d8e91fa
commit
fc9fce1f4d
@ -24,9 +24,6 @@ pub use list::get_all_comments;
|
|||||||
/// 获取待审核评论总数。
|
/// 获取待审核评论总数。
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
pub use list::get_pending_count;
|
pub use list::get_pending_count;
|
||||||
/// 获取指定文章的已审核评论数量。
|
|
||||||
#[allow(unused_imports)]
|
|
||||||
pub use read::get_comment_count;
|
|
||||||
/// 获取指定文章的已审核评论列表。
|
/// 获取指定文章的已审核评论列表。
|
||||||
pub use read::get_comments;
|
pub use read::get_comments;
|
||||||
/// 评论 API 的请求与响应数据结构。
|
/// 评论 API 的请求与响应数据结构。
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user