diff options
| author | León Orell Valerian Liehr <me@fmease.dev> | 2024-01-10 20:09:27 +0100 |
|---|---|---|
| committer | León Orell Valerian Liehr <me@fmease.dev> | 2024-01-10 20:09:27 +0100 |
| commit | 7d61535ef0db941caedcd1a006e55277f139cb29 (patch) | |
| tree | 0a44187af1ac7bf859726a5c85b904b6e029a5b4 | |
| parent | e9271846294c4ee5bd7706df68180320c0b5ff20 (diff) | |
| download | rust-7d61535ef0db941caedcd1a006e55277f139cb29.tar.gz rust-7d61535ef0db941caedcd1a006e55277f139cb29.zip | |
Add project const traits to triagebot config
| -rw-r--r-- | triagebot.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 5406500cec3..aac3a830a78 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -744,6 +744,12 @@ style-team = [ "@yaahc", ] +project-const-traits = [ + "@compiler-errors", + "@fee1-dead", + "@fmease", + "@oli-obk", +] project-stable-mir = [ "@celinval", "@oli-obk", |
