@@ -644,7 +644,7 @@ cc = ["@rust-lang/wg-const-eval"]
644
644
message = " Some changes occurred to the CTFE / Miri interpreter"
645
645
cc = [" @rust-lang/miri" ]
646
646
647
- [mentions ."compiler/rustc_infer /src/infer/ error_reporting/need_type_info .rs" ]
647
+ [mentions ."compiler/rustc_trait_selection /src/error_reporting/infer /need_type_info .rs" ]
648
648
message = " Some changes occurred in need_type_info.rs"
649
649
cc = [" @lcnr" ]
650
650
@@ -656,7 +656,7 @@ cc = ["@compiler-errors", "@lcnr"]
656
656
message = " changes to the core type system"
657
657
cc = [" @compiler-errors" , " @lcnr" ]
658
658
659
- [mentions ."compiler/rustc_hir_analysis /src/fn_ctxt/inspect_obligations .rs" ]
659
+ [mentions ."compiler/rustc_hir_typeck /src/fn_ctxt/inspect_obligations .rs" ]
660
660
message = " changes to `inspect_obligations.rs`"
661
661
cc = [" @compiler-errors" , " @lcnr" ]
662
662
@@ -761,10 +761,6 @@ cc = [
761
761
" @jsha" ,
762
762
]
763
763
764
- [mentions ."src/librustdoc/html/static/css/themes" ]
765
- message = " Some changes occurred in HTML/CSS themes."
766
- cc = [" @GuillaumeGomez" ]
767
-
768
764
[mentions ."tests/rustdoc-gui/" ]
769
765
message = " Some changes occurred in GUI tests."
770
766
cc = [" @GuillaumeGomez" ]
@@ -779,10 +775,6 @@ directly, or you can comment on the tracking issue and link this PR.
779
775
"""
780
776
cc = [" @jieyouxu" ]
781
777
782
- [mentions ."src/librustdoc/html/static/css/themes/ayu .css" ]
783
- message = " A change occurred in the Ayu theme."
784
- cc = [" @Cldfire" ]
785
-
786
778
[mentions ."src/rustdoc-json-types" ]
787
779
message = """
788
780
rustdoc-json-types is a **public** (although nightly-only) API. \
0 commit comments