You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-15Lines changed: 1 addition & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,4 @@ This document is the primary reference for the Rust programming language.
4
4
5
5
## Contributor docs
6
6
7
-
There are several pages for those working on the reference:
8
-
9
-
*[Authoring guide](https://github.com/rust-lang/reference/blob/master/docs/authoring.md): Guidelines for writing content.
10
-
*[Review policy](https://github.com/rust-lang/reference/blob/master/docs/review-policy.md): Guidelines for reviewers.
11
-
*[Grammar](https://github.com/rust-lang/reference/blob/master/docs/grammar.md): How the grammar syntax works.
12
-
*[Attribute template](https://github.com/rust-lang/reference/blob/master/docs/attribute-template.md): The standard template for documenting an attribute.
13
-
14
-
## Running tests
15
-
16
-
There are several different kinds of tests you can run (these are enforced on CI):
17
-
18
-
*`mdbook test`: This will run the inline Rust codeblocks (internally it uses `rustdoc` to do this).
19
-
*`cargo xtask style-check`: This will validate some style checks (see [authoring guide](docs/authoring.md)).
20
-
*`cargo xtask linkcheck`: This will validate that markdown links aren't broken.
21
-
*`cargo xtask test-all`: Runs all tests.
7
+
See the [Contributor Guide](https://rust-lang.github.io/reference/contributor-guide/) for information on contributing to the Reference.
0 commit comments