diff options
| author | apiraino <apiraino@users.noreply.github.com> | 2025-08-30 18:59:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-30 18:59:00 +0200 |
| commit | 70366bd477c2c7d65fe5feb322e50297cc91bd49 (patch) | |
| tree | 088d2c006ff72eba8ad78bc35364aaa7854fa0fb | |
| parent | 04ec8a7f2472fe783d46de7d2ac57e4edfcb45a0 (diff) | |
| parent | 9ddd03ce1f67fa2b73e181f810ebc21d464eb7d9 (diff) | |
| download | rust-70366bd477c2c7d65fe5feb322e50297cc91bd49.tar.gz rust-70366bd477c2c7d65fe5feb322e50297cc91bd49.zip | |
Merge pull request #2536 from apiraino/no-typofixes-pls
| -rw-r--r-- | src/doc/rustc-dev-guide/src/contributing.md | 3 |
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 |
