Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 547b3d1

Browse files
authoredApr 4, 2025
Rollup merge of rust-lang#139028 - Noratrieb:ping-pong, r=RalfJung
Make target maintainers more easily pingable Put them all on the same line with just their GitHub handles to make it very easy to copy and paste (with ctrl-shift-v!!!) the names. We have no use for email, so I removed all the emails, we don't care about people's full names either. This is a pretty big PR with lots of changes. I may have gotten one or two wrong, who knows. I went over it fairly aggressively, removing all information I deemed unnecessary. > [!Caution] > When copying these usernames, use **ctrl-shift-v** to avoid pasting them as links r? RalfJung you indirectly asked for this :) (anyone is welcome to review)
2 parents 24ab519 + eed8d09 commit 547b3d1

File tree

89 files changed

+176
-165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+176
-165
lines changed
 

‎src/doc/rustc/src/platform-support/TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ One-sentence description of the target (e.g. CPU, OS)
66

77
## Target maintainers
88

9-
- Some Person, https://github.com/...
9+
[@Ghost](https://github.com/Ghost)
10+
[@octocat](https://github.com/octocat)
1011

1112
## Requirements
1213

‎src/doc/rustc/src/platform-support/aarch64-nintendo-switch-freestanding.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
Nintendo Switch with pure-Rust toolchain.
66

7-
## Designated Developers
7+
## Target Maintainers
88

9-
* [@leo60228](https://github.com/leo60228)
10-
* [@jam1garner](https://github.com/jam1garner)
9+
[@leo60228](https://github.com/leo60228)
10+
[@jam1garner](https://github.com/jam1garner)
1111

1212
## Requirements
1313

0 commit comments

Comments
 (0)
This repository has been archived.