From 14e2c50d83e4a079e05ef4dc23a5b3cb1a85920d Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Fri, 4 Sep 2020 16:38:54 -0400 Subject: [PATCH] Shift global assignment to me over Niko I am better equipped to fix highfive in buggy cases :) --- highfive/configs/_global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/highfive/configs/_global.json b/highfive/configs/_global.json index ddc22445..2f8bfebb 100644 --- a/highfive/configs/_global.json +++ b/highfive/configs/_global.json @@ -1,6 +1,6 @@ { "groups": { - "core": ["@nikomatsakis"], + "core": ["@Mark-Simulacrum"], "crates": ["@alexcrichton"], "doc": ["@steveklabnik", "@GuillaumeGomez"], "rust-embedded/cortex-a": ["@andre-richter", "@raw-bin"],