diff options
| author | Trevor Gross <t.gross35@gmail.com> | 2024-08-24 21:03:34 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-24 21:03:34 -0500 |
| commit | 2412d3c31736df4b8a34bead0fdebc32afc140dc (patch) | |
| tree | 5bd123ea86a2e94d91aba4be007af245fad27ac0 /src/doc | |
| parent | dd05261e80992afc589a99b202e901fbc14fae13 (diff) | |
| parent | f734f3d8e73f2118fdf4bdaf35e72ace8a442531 (diff) | |
| download | rust-2412d3c31736df4b8a34bead0fdebc32afc140dc.tar.gz rust-2412d3c31736df4b8a34bead0fdebc32afc140dc.zip | |
Rollup merge of #129492 - tshepang:patch-2, r=chenyukang
Make wasm32 platform support docs easier to read
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/rustc/src/platform-support/wasm32-unknown-unknown.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/doc/rustc/src/platform-support/wasm32-unknown-unknown.md b/src/doc/rustc/src/platform-support/wasm32-unknown-unknown.md index ee37e5e90cf..12b7817c382 100644 --- a/src/doc/rustc/src/platform-support/wasm32-unknown-unknown.md +++ b/src/doc/rustc/src/platform-support/wasm32-unknown-unknown.md @@ -29,11 +29,10 @@ that not all uses of `wasm32-unknown-unknown` are using JavaScript and the web. ## Target maintainers -When this target was added to the compiler platform-specific documentation here +When this target was added to the compiler, platform-specific documentation here was not maintained at that time. This means that the list below is not -exhaustive and there are more interested parties in this target. That being -said since when this document was last updated those interested in maintaining -this target are: +exhaustive, and there are more interested parties in this target. That being +said, those interested in maintaining this target are: - Alex Crichton, https://github.com/alexcrichton |
