Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Notify myself on rustfmt updates #311

Merged
merged 1 commit into from
Mar 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions highfive/configs/rust-lang/rust.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down