good first issue
Repository-Metriken
- Stars
- (12 Sterne)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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";
};
}