From 9059f7573e52531194e8753acd376360827305ad Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Sun, 19 Jul 2020 09:04:00 -0400 Subject: [PATCH] Notify myself when intra-doc links are changed --- 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 28050253..2ae6e90c 100755 --- a/highfive/configs/rust-lang/rust.json +++ b/highfive/configs/rust-lang/rust.json @@ -56,6 +56,10 @@ "message": "Some changes occurred in HTML/CSS themes.", "reviewers": ["@GuillaumeGomez"] }, + "src/librustdoc/passes/collect_intra_doc_links.rs": { + "message": "Some changes occurred in intra-doc-links.", + "reviewers": ["@jyn514"] + }, "error_codes.rs": { "message": "Some changes occurred in diagnostic error codes", "reviewers": ["@GuillaumeGomez"]