Skip to content

Commit 0125485

Browse files
authored
Rollup merge of #152953 - willschlitzer:patch-1, r=petrochenkov
Fix typo in armv7a-vex-v5.md Remove duplicate "to" in armv7-vex-v5.md
2 parents eb83e6f + 417e4f9 commit 0125485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This target is cross-compiled. Dynamic linking is unsupported.
2424
`std` has only partial support due to platform limitations. Notably:
2525
- `std::process` and `std::net` are unimplemented. `std::thread` only supports sleeping and yielding, as this is a single-threaded environment.
2626
- `std::time` has full support for `Instant`, but no support for `SystemTime`.
27-
- `std::io` has full support for `stdin`/`stdout`/`stderr`. `stdout` and `stderr` both write to to USB channel 1 on this platform and are not differentiated.
27+
- `std::io` has full support for `stdin`/`stdout`/`stderr`. `stdout` and `stderr` both write to USB channel 1 on this platform and are not differentiated.
2828
- `std::fs` has limited support for reading or writing to files. Directory operations, file deletion, and some file opening features are unsupported and will return errors.
2929
- A global allocator implemented on top of `dlmalloc` is provided.
3030
- Modules that do not need to interact with the OS beyond allocation such as `std::collections`, `std::hash`, `std::future`, `std::sync`, etc are fully supported.

0 commit comments

Comments
 (0)