diff options
| author | zahash <zahash.z@gmail.com> | 2023-08-29 11:48:17 +0530 |
|---|---|---|
| committer | Tshepang Mbambo <tshepang@gmail.com> | 2023-08-29 10:45:38 +0200 |
| commit | 5c1c8098b92d359d409521b8f52e3aec0c97bd3d (patch) | |
| tree | f3a0431e4f6d2330cfcc383c80edf4176029c4a6 /src/doc | |
| parent | 3ac2b388e47ef5c1e5b212ac5bcf5dd6fe44df7f (diff) | |
| download | rust-5c1c8098b92d359d409521b8f52e3aec0c97bd3d.tar.gz rust-5c1c8098b92d359d409521b8f52e3aec0c97bd3d.zip | |
move placement of std-dev-guide link (#1699)
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/getting-started.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/doc/rustc-dev-guide/src/getting-started.md b/src/doc/rustc-dev-guide/src/getting-started.md index ad62427b2ff..a12cb068c6d 100644 --- a/src/doc/rustc-dev-guide/src/getting-started.md +++ b/src/doc/rustc-dev-guide/src/getting-started.md @@ -123,6 +123,10 @@ compiler. You can see a list of diagnostic issues [here][diagnostic-issues]. [diagnostic-issues]: https://github.com/rust-lang/rust/issues?q=is%3Aissue+is%3Aopen+label%3AA-diagnostics+no%3Aassignee +### Contributing to std (standard library) + +See [std-dev-guide](https://std-dev-guide.rust-lang.org/). + ### Contributing code to other Rust projects There are a bunch of other projects that you can contribute to outside of the @@ -171,10 +175,6 @@ incredibly helpful: See ["How to build and run the compiler"](./building/how-to-build-and-run.md). -## How do i contribute to std? - -See [std-dev-guide](https://std-dev-guide.rust-lang.org/). - ## Contributor Procedures This section has moved to the ["Contribution Procedures"](./contributing.md) chapter. |
