From 0ce6ea3dce93a17c5b26adfe3607241e6e10945e Mon Sep 17 00:00:00 2001 From: apiraino Date: Wed, 6 Aug 2025 11:07:57 +0200 Subject: [PATCH] Mention our policy on typofixes for internal docs --- src/contributing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/contributing.md b/src/contributing.md index 963bef3af..a8b5ef7ef 100644 --- a/src/contributing.md +++ b/src/contributing.md @@ -372,6 +372,9 @@ You can also use `rustdoc` directly to check small fixes. For example, `rustdoc src/doc/reference.md` will render reference to `doc/reference.html`. The CSS might be messed up, but you can verify that the HTML is right. +Please notice that at this time we don't accept typography/spellcheck fixes to **internal +documentation** as it's usually not worth the churn or the review time. + ### Contributing to rustc-dev-guide Contributions to the [rustc-dev-guide] are always welcome, and can be made directly at