E-Mediumbackendhelp wantedquestquestion
仓库指标
- 星标
- (104 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
https://github.com/rust-lang/rust/blob/master/src/doc/rustdoc/src/command-line-arguments.md describes the flags that current rustdoc accepts. For each flag, we should:
- Decide if we want to keep the flag or not
- For the ones we may not keep, implement them, but issue a warning
- For the ones we do, implement them!
I'm going to make an isssue per flag, as we should have those discussions individually.