From 7bffc607b63db5c3a028f35594899ff644ff698b Mon Sep 17 00:00:00 2001 From: Caleb Cartwright Date: Sun, 28 Feb 2021 18:19:28 -0600 Subject: [PATCH] notify myself on rustfmt updates --- highfive/configs/rust-lang/rust.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/highfive/configs/rust-lang/rust.json b/highfive/configs/rust-lang/rust.json index 5703278a..f024ffc6 100644 --- a/highfive/configs/rust-lang/rust.json +++ b/highfive/configs/rust-lang/rust.json @@ -94,6 +94,10 @@ "compiler/rustc_codegen_cranelift": { "message": "Some changes occured to rustc_codegen_cranelift", "reviewers": ["@bjorn3"] + }, + "src/tools/rustfmt": { + "message": "Some changes occurred in src/tools/rustfmt.", + "reviewers": ["@calebcartwright"] } }, "new_pr_labels": ["S-waiting-on-review"]