@@ -36,6 +36,7 @@ impl Reviewers {
3636 let manishearth =
a ( "Manish Goregaokar" , "[email protected] " ) ; 3737 let michaelwoerister =
a ( "Michael Woerister" , "[email protected] " ) ; 3838 let nikomatsakis =
a ( "Niko Matsakis" , "[email protected] " ) ; 39+ let nora =
a ( "Noratrieb" , "[email protected] " ) ; 3940 let nrc =
a ( "Nick Cameron" , "[email protected] " ) ; 4041 let oli_obk =
a ( "Oliver Scherer" , "[email protected] " ) ; 4142 let pcwalton =
a ( "Patrick Walton" , "[email protected] " ) ; @@ -242,10 +243,11 @@ impl Reviewers {
242243 map. insert ( "nick29581" , nrc. clone ( ) ) ;
243244 map
. insert ( "nikic" , a ( "Nikita Popov" , "[email protected] " ) ) ; 244245 map. insert ( "nikomatsakis" , nikomatsakis. clone ( ) ) ;
245- map
. insert ( "nilstrieb" , a ( "Nilstrieb" , "[email protected] " ) ) ; 246+ map. insert ( "nilstrieb" , nora . clone ( ) ) ;
246247 map. insert ( "nmatsakis" , nikomatsakis. clone ( ) ) ;
247248 map
. insert ( "nnethercote" , a ( "Nicholas Nethercote" , "[email protected] " ) ) ; 248249 map
. insert ( "notriddle" , a ( "Michael Howell" , "[email protected] " ) ) ; 250+ map. insert ( "noratrieb" , nora. clone ( ) ) ;
249251 map. insert ( "nrc" , nrc. clone ( ) ) ;
250252 map. insert ( "obi-obk" , oli_obk. clone ( ) ) ;
251253 map. insert ( "oli-obk" , oli_obk. clone ( ) ) ;
0 commit comments