Skip to content

Commit 22a02b5

Browse files
Merge pull request #36 from jhpratt/master
Add missing reviewers
2 parents 845d95f + 598e96d commit 22a02b5

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

src/reviewers.rs

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ impl Reviewers {
3636
let huonw = a("Huon Wilson", "[email protected]");
3737
let jakub = a("Jakub Kądziołka", "[email protected]");
3838
let joshtriplett = a("Josh Triplett", "[email protected]");
39+
let jyn514 = a("Joshua Nelson", "[email protected]");
3940
let kodraus = a("Ashley Mannix", "[email protected]");
41+
let llogiq = a("Andre Bogus", "[email protected]");
4042
let manishearth = a("Manish Goregaokar", "[email protected]");
4143
let michaelwoerister = a("Michael Woerister", "[email protected]");
4244
let nikomatsakis = a("Niko Matsakis", "[email protected]");
@@ -93,6 +95,7 @@ impl Reviewers {
9395
map.insert("bugadani", a("Dániel Buga", "[email protected]"));
9496
map.insert("burntsushi", burntsushi.clone());
9597
map.insert("BurntSushi", burntsushi.clone());
98+
map.insert("BoxyUwU", a("Boxy", "[email protected]"));
9699
map.insert("c410-f3r", a("Caio", "[email protected]"));
97100
map.insert("calebcartwright", a("Caleb Cartwright", "[email protected]"));
98101
map.insert("camelid", a("Camelid", "[email protected]"));
@@ -117,6 +120,7 @@ impl Reviewers {
117120
map.insert("davidtwco", a("David Wood", "[email protected]"));
118121
map.insert("dingelish", a("Yu Ding", "[email protected]"));
119122
map.insert("djc", a("Dirkjan Ochtman", "[email protected]"));
123+
map.insert("dns2utf8", a("Stefan Schindler", "[email protected]"));
120124
map.insert("dotdash", a("Björn Steinbrink", "[email protected]"));
121125
map.insert("dtolnay", a("David Tolnay", "[email protected]"));
122126
map.insert("durka", a("Alex Durka", "[email protected]"));
@@ -135,6 +139,7 @@ impl Reviewers {
135139
map.insert("est31", a("est31", "[email protected]"));
136140
map.insert("estebank", a("Esteban Küber", "[email protected]"));
137141
map.insert("euclio", a("Andy Russell", "[email protected]"));
142+
map.insert("fee1-dead", a("Deadbeef", "[email protected]"));
138143
map.insert("fitzgen", a("Nick Fitzgerald", "[email protected]"));
139144
map.insert("flaper87", a("Flavio Percoco", "[email protected]"));
140145
map.insert("flip1995", a("flip1995", "[email protected]"));
@@ -166,6 +171,7 @@ impl Reviewers {
166171
map.insert("jbclements", a("John Clements", "[email protected]"));
167172
map.insert("jdm", a("Josh Matthews", "[email protected]"));
168173
map.insert("jethrogb", a("Jethro Beekman", "[email protected]"));
174+
map.insert("jhpratt", a("Jacob Pratt", "[email protected]"));
169175
map.insert("JohnTitor", a("Yuki Okushi", "[email protected]"));
170176
map.insert("jonas-schievink", a("Jonas Schievink", "[email protected]"));
171177
map.insert("jonathandturner", a("Jonathan Turner", "[email protected]"));
@@ -175,7 +181,8 @@ impl Reviewers {
175181
map.insert("jseyfried", a("Jeffrey Seyfried", "[email protected]"));
176182
map.insert("jsgf", a("Jeremy Fitzhardinge", "[email protected]"));
177183
map.insert("jsha", a("Jacob Hoffman-Andrews", "[email protected]"));
178-
map.insert("jyn514", a("Joshua Nelson", "[email protected]"));
184+
map.insert("jyn514", jyn514.clone());
185+
map.insert("jyn541", jyn514.clone());
179186
map.insert("kballard", a("Lily Ballard", "[email protected]"));
180187
map.insert("keeperofdakeys", a("Josh Driver", "[email protected]"));
181188
map.insert("kennytm", a("kennytm", "[email protected]"));
@@ -191,7 +198,8 @@ impl Reviewers {
191198
map.insert("LeSeulArtichaut", a("LeSeulArtichaut", "[email protected]"));
192199
map.insert("LingMan", a("LingMan", "[email protected]"));
193200
map.insert("ljedrz", a("ljedrz", "[email protected]"));
194-
map.insert("llogiq", a("Andre Bogus", "[email protected]"));
201+
map.insert("llogiq", llogiq.clone());
202+
map.insert("llogic", llogiq.clone());
195203
map.insert("lnicola", a("Laurențiu Nicola", "[email protected]"));
196204
map.insert("Lokathor", a("Lokathor", "[email protected]"));
197205
map.insert("lqd", a("lqd", "[email protected]"));
@@ -209,6 +217,7 @@ impl Reviewers {
209217
map.insert("Mark-Simulacrum", simulacrum.clone());
210218
map.insert("Mark-Simulacru", simulacrum.clone());
211219
map.insert("mark-simulcrum", simulacrum.clone());
220+
map.insert("MarkSimulacrum", simulacrum.clone());
212221
map.insert("marmeladema", a("marmeladema", "[email protected]"));
213222
map.insert("mati865", a("Mateusz Mikuła", "[email protected]"));
214223
map.insert("matklad", a("Aleksey Kladov", "[email protected]"));
@@ -227,6 +236,7 @@ impl Reviewers {
227236
map.insert("mw", michaelwoerister.clone());
228237
map.insert("Nadrieril", a("Nadrieril", "[email protected]"));
229238
map.insert("nagisa", a("Simonas Kazlauskas", "[email protected]"));
239+
map.insert("nbdd0121", a("Gary Guo", "[email protected]"));
230240
map.insert("ncr", nrc.clone());
231241
map.insert("nellshamrell", a("Nell Shamrell-Harrington", "[email protected]"));
232242
map.insert("Nemo157", a("Wim Looman", "[email protected]"));
@@ -297,6 +307,7 @@ impl Reviewers {
297307
map.insert("wesleywiser", a("Wesley Wiser", "[email protected]"));
298308
map.insert("withouboats", withoutboats.clone());
299309
map.insert("withoutboats", withoutboats.clone());
310+
map.insert("Wodann", a("Wodann", "[email protected]"));
300311
map.insert("workingjubilee", a("Jubilee Young", "[email protected]"));
301312
map.insert("wycats", a("Yehuda Katz", "[email protected]"));
302313
map.insert("XAMPPRocky", a("Erin Power", "[email protected]"));

0 commit comments

Comments
 (0)