Where to report doc improvements

Hi. I would like to submit a suggestion to improve the documentation of the
https://doc.rust-lang.org/std/process/struct.Command.html#method.stdin
method.
Where can I do that? There is not doc category on the compiler itself .
Is there a better place to report doc improvements?

I would probably create it using the generic "Bug Report" template and explicitly mention it's related to documentation so whoever triages the issue can attach the A-Docs label.

If the change is fairly trivial, you can always make a PR to fix the documentation yourself. Documentation fixes are a really easy way to contribute to Rust. The rustc dev guide has loads of information about how to build the compiler or make contributions.

1 Like

Thank you for the quick answer and the great link. I check how I can contribute.

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.