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";
};
}