Skip to content

Commit

Permalink
Merge pull request #57 from blyxyas/clippy-reviewers
Browse files Browse the repository at this point in the history
Add missing Clippy reviewers
  • Loading branch information
Mark-Simulacrum authored Sep 18, 2023
2 parents 48829bc + 2f5fecb commit 137b80e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/reviewers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]"));
Expand All @@ -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]"));
Expand Down

0 comments on commit 137b80e

Please sign in to comment.