good first issue
Metriche repository
- Star
- (12 stelle)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
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";
};
}