From 55dadefb37d5d5478f8dc2335e66c3a3c9f54c17 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 27 Jun 2022 09:00:37 -0700 Subject: [PATCH] Remove mentions from rust-lang/rust. --- highfive/configs/rust-lang/rust.json | 78 ---------------------------- 1 file changed, 78 deletions(-) diff --git a/highfive/configs/rust-lang/rust.json b/highfive/configs/rust-lang/rust.json index 0764d814..68427ad8 100644 --- a/highfive/configs/rust-lang/rust.json +++ b/highfive/configs/rust-lang/rust.json @@ -140,83 +140,5 @@ "src/doc": ["docs"], "src/doc/rustdoc": ["rustdoc"] }, - "mentions": { - "src/rustdoc-json-types": { - "message": "rustdoc-json-types is a **public** (although nightly-only) API. If possible, consider changing `src/librustdoc/json/conversions.rs`; otherwise, make sure you bump the `FORMAT_VERSION` constant.", - "reviewers": ["@CraftSpider", "@aDotInTheVoid"] - }, - "src/librustdoc/clean/types.rs": { - "message": "Some changes occurred in `clean/types.rs`.", - "reviewers": ["@camelid"] - }, - "src/librustdoc/html/static": { - "message": "Some changes occurred in HTML/CSS/JS.", - "reviewers": ["@GuillaumeGomez", "@Folyd", "@jsha"] - }, - "src/librustdoc/html/static/themes": { - "message": "Some changes occurred in HTML/CSS themes.", - "reviewers": ["@GuillaumeGomez"] - }, - "src/librustdoc/html/static/themes/ayu.css": { - "message": "A change occurred in the Ayu theme.", - "reviewers": ["@Cldfire"] - }, - "error_codes.rs": { - "message": "Some changes occurred in diagnostic error codes", - "reviewers": ["@GuillaumeGomez"] - }, - "src/tools/cargo": { - "message": "Updates src/tools/cargo.", - "reviewers": ["@ehuss"] - }, - "compiler/rustc_apfloat": { - "message": "Changes rustc_apfloat. rustc_apfloat is currently in limbo and you almost certainly don't want to change it (see #55993).", - "reviewers": ["@eddyb"] - }, - "compiler/rustc_codegen_cranelift": { - "message": "Some changes occured to rustc_codegen_cranelift", - "reviewers": ["@bjorn3"] - }, - "compiler/rustc_codegen_gcc": { - "message": "Some changes occured to rustc_codegen_gcc", - "reviewers": ["@antoyo"] - }, - "src/tools/rustfmt": { - "message": "Some changes occurred in src/tools/rustfmt.", - "reviewers": ["@rust-lang/rustfmt"] - }, - "src/tools/clippy": { - "message": "Some changes occurred in src/tools/clippy.", - "reviewers": ["@rust-lang/clippy"] - }, - "compiler/rustc_const_eval/src/interpret": { - "message": "Some changes occured to the CTFE / Miri engine", - "reviewers": ["@rust-lang/miri"] - }, - "compiler/rustc_infer/src/infer/error_reporting/need_type_info.rs": { - "message": "Some changes occured in need_type_info.rs", - "reviewers": ["@lcnr"] - }, - "compiler/rustc_trait_selection/src/traits/const_evaluatable.rs": { - "message": "Some changes occured in const_evaluatable.rs", - "reviewers": ["@lcnr"] - }, - "compiler/rustc_middle/src/mir/interpret": { - "message": "Some changes occured to the CTFE / Miri engine", - "reviewers": ["@rust-lang/miri"] - }, - "src/tools/miri": { - "message": "Some changes occured to the Miri submodule", - "reviewers": ["@rust-lang/miri"] - }, - "compiler/rustc_mir_transform/src/": { - "message": "Some changes occured to MIR optimizations", - "reviewers": ["@rust-lang/mir-opt"] - }, - "library": { - "message": "Hey! It looks like you've submitted a new PR for the library teams!\n\nIf this PR contains changes to any `rust-lang/rust` public library APIs then please comment with `@rustbot label +T-libs-api -T-libs` to tag it appropriately. If this PR contains changes to any unstable APIs please edit the PR description to add a link to the relevant [API Change Proposal](https://std-dev-guide.rust-lang.org/feature-lifecycle/api-change-proposals.html) or [create one](https://github.com/rust-lang/libs-team/issues/new?assignees=&labels=api-change-proposal%2C+T-libs-api&template=api-change-proposal.md&title=%28My+API+Change+Proposal%29) if you haven't already. If you're unsure where your change falls no worries, just leave it as is and the reviewer will take a look and make a decision to forward on if necessary.\n\nExamples of `T-libs-api` changes:\n\n* Stabilizing library features\n* Introducing insta-stable changes such as new implementations of existing stable traits on existing stable types\n* Introducing new or changing existing unstable library APIs (excluding permanently unstable features / features without a tracking issue)\n* Changing public documentation in ways that create new stability guarantees\n* Changing observable runtime behavior of library APIs", - "reviewers": [] - } - }, "new_pr_labels": ["S-waiting-on-review"] }