Skip to content

Commit 3dc87d6

Browse files
Rollup merge of #154515 - sayantn:std-detect-notify, r=tgross35
Notify stdarch maintainers on changes in std_detect cc @Amanieu @folkertdev @Kobzol It would be nice to be notified when std_detect changes, as it is spiritually a part of stdarch. Also assign @rust-lang/libs to std_detect
2 parents 65f32fe + fbfecb8 commit 3dc87d6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

triagebot.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,6 +1073,10 @@ instead.
10731073
"""
10741074
cc = ["@Amanieu", "@folkertdev", "@sayantn"]
10751075

1076+
[mentions."library/std_detect"]
1077+
message = "Some changes occurred in `std_detect`"
1078+
cc = ["@Amanieu", "@folkertdev", "@sayantn"]
1079+
10761080
[mentions."library/core/src/intrinsics/simd.rs"]
10771081
message = """
10781082
Some changes occurred to the platform-builtins intrinsics. Make sure the
@@ -1601,6 +1605,7 @@ dep-bumps = [
16011605
"/library/std" = ["libs", "@ChrisDenton"]
16021606
"/library/std/src/sys/pal/windows" = ["@ChrisDenton"]
16031607
"/library/stdarch" = ["libs"]
1608+
"/library/std_detect" = ["libs"]
16041609
"/library/test" = ["libs"]
16051610
"/src/bootstrap" = ["bootstrap"]
16061611
"/src/ci" = ["infra-ci"]

0 commit comments

Comments
 (0)