Skip to content

Commit a86a069

Browse files
committed
format target doc and reorder maintainer list
1 parent ee08567 commit a86a069

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/doc/rustc/src/platform-support/armv7a-vex-v5.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
**Tier: 3**
44

5-
65
Allows compiling user programs for the [VEX V5 Brain](https://www.vexrobotics.com/276-4810.html), a microcontroller for educational and competitive robotics.
76

87
Rust support for this target is not affiliated with VEX Robotics or IFI.
@@ -11,9 +10,9 @@ Rust support for this target is not affiliated with VEX Robotics or IFI.
1110

1211
This target is maintained by members of the [vexide](https://github.com/vexide) organization:
1312

13+
- [@max-niederman](https://github.com/max-niederman)
1414
- [@Tropix126](https://github.com/Tropix126)
1515
- [@Gavin-Niederman](https://github.com/Gavin-Niederman)
16-
- [@max-niederman](https://github.com/max-niederman)
1716
- [@doinkythederp](https://github.com/doinkythederp)
1817

1918
## Requirements
@@ -90,4 +89,4 @@ The Rust test suite for `library/std` is not yet supported.
9089

9190
This target can be cross-compiled from any host.
9291

93-
This target does not link to C libraries. OS calls are implemented in rust through the [vex-sdk](https://github.com/vexide/vex-sdk) crate. No `libc` or crt0 implementation is present on this target.
92+
This target does not link to C libraries. OS calls are implemented in rust through the [vex-sdk](https://github.com/vexide/vex-sdk) crate. No `libc` or crt0 implementation is present on this target.

0 commit comments

Comments
 (0)