-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from blyxyas/clippy-reviewers
Add missing Clippy reviewers
- Loading branch information
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,6 +80,7 @@ impl Reviewers { | |
map.insert("b-naber", a("b-naber", "[email protected]")); | ||
map.insert("badboy", a("Jan-Erik Rediger", "[email protected]")); | ||
map.insert("bblum", a("Ben Blum", "[email protected]")); | ||
map.insert("blyxyas", a("blyxyas", "[email protected]")); | ||
map.insert("bjorn3", a("bjorn3", "[email protected]")); | ||
map.insert("bjz", a("Brendan Zabarauskas", "[email protected]")); | ||
map.insert("bkoropoff", a("Brian Koropoff", "[email protected]")); | ||
|
@@ -99,6 +100,7 @@ impl Reviewers { | |
map.insert("catamorphism", a("Tim Chevalier", "[email protected]")); | ||
map.insert("cdirkx", a("Christiaan Dirkx", "[email protected]")); | ||
map.insert("centril", a("Mazdak Farrokhzad", "[email protected]")); | ||
map.insert("centri3", a("Catherine Flores", "[email protected]")); | ||
map.insert("chris", a("Chris Morgan", "[email protected]")); | ||
map.insert("chrisdenton", a("Chris Denton", "[email protected]")); | ||
map.insert("cjgillot", a("Camille GILLOT", "[email protected]")); | ||
|