Rollup merge of #112411 - programmerjake:portable-simd-cc, r=Mark-Simulacrum

add programmerjake to portable-simd cc list
This commit is contained in:
Matthias Krüger 2023-06-09 08:15:56 +02:00 committed by GitHub
commit d09b8d1922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ Portable SIMD is developed in its own repository. If possible, consider \
making this change to [rust-lang/portable-simd](https://github.com/rust-lang/portable-simd) \
instead.
"""
cc = ["@calebzulawski"]
cc = ["@calebzulawski", "@programmerjake"]
[mentions."src/librustdoc/clean/types.rs"]
cc = ["@camelid"]