From f5cd2230069d2029eea67cf10b85b0889d16b3cb Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Sun, 4 Sep 2022 21:11:31 +0200 Subject: [PATCH] Revert "Mention rust-analyzer maintainers when `proc_macro` bridge is changed" --- triagebot.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/triagebot.toml b/triagebot.toml index 89d1574726f..89edab91fcd 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -316,9 +316,6 @@ Examples of `T-libs-api` changes: * Changing observable runtime behavior of library APIs """ -[mentions."library/proc_macro/src/bridge"] -cc = ["@rust-lang/wg-rls-2"] - [mentions."src/librustdoc/clean/types.rs"] cc = ["@camelid"]