good first issue
仓库指标
- 星标
- (12 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Instead of hardcoding --document-private-items --all-features, allow the user to specify them as module options. Eg.:
{
cargo-doc-live = {
cargo-doc-args = "--document-private-items --all-features";
};
}