about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorapiraino <apiraino@users.noreply.github.com>2025-08-06 11:07:57 +0200
committerapiraino <apiraino@users.noreply.github.com>2025-08-27 16:53:47 +0200
commit9ddd03ce1f67fa2b73e181f810ebc21d464eb7d9 (patch)
tree979e126c82e037122bd551c8c670ce54fb4151c6 /src/doc/rustc-dev-guide
parent3603ed3fd1035d6d23c6951e2ef32ab89446cff7 (diff)
downloadrust-9ddd03ce1f67fa2b73e181f810ebc21d464eb7d9.tar.gz
rust-9ddd03ce1f67fa2b73e181f810ebc21d464eb7d9.zip
Mention our policy on typofixes for internal docs
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/contributing.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/contributing.md b/src/doc/rustc-dev-guide/src/contributing.md
index d0a32f71a3d..1ade4953d2e 100644
--- a/src/doc/rustc-dev-guide/src/contributing.md
+++ b/src/doc/rustc-dev-guide/src/contributing.md
@@ -370,6 +370,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** (example:
+tests, library or compiler code) 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