Add portable-simd mention

This commit is contained in:
Caleb Zulawski 2023-05-31 22:54:01 -04:00
parent 9af3865dec
commit 8abb80326a
1 changed files with 8 additions and 0 deletions

View File

@ -372,6 +372,14 @@ cc = ["@GuillaumeGomez"]
message = "Some changes might have occurred in exhaustiveness checking"
cc = ["@Nadrieril"]
[mentions."library/portable-simd"]
message = """
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"]
[mentions."src/librustdoc/clean/types.rs"]
cc = ["@camelid"]