From e97e55f87b6b887c6007a103c0c88353a1e78ddc Mon Sep 17 00:00:00 2001 From: Michael Goulet Date: Fri, 23 Dec 2022 23:28:02 +0000 Subject: [PATCH] Fix triagebot.toml --- triagebot.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triagebot.toml b/triagebot.toml index c7158a51861..22f09396efc 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -342,7 +342,7 @@ cc = ["@BoxyUwU"] message = "Some changes occured in `rustc_ty_utils::consts.rs`" cc = ["@BoxyUwU"] -[mentions."compiler/rustc_trait_selection/src/solve] +[mentions."compiler/rustc_trait_selection/src/solve/"] message = "Some changes occurred to the core trait solver" cc = ["@lcnr"]