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

Commit c38140d

Browse files
authored
Merge pull request #152 from QuietMisdreavus/patch-1
update rustdoc reviewers
2 parents bdb0c7b + a8aaa08 commit c38140d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

highfive/configs/rust.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"all": [],
44
"compiler": ["@nikomatsakis", "@cramertj", "@pnkfelix", "@eddyb", "@petrochenkov", "@estebank", "@michaelwoerister"],
55
"syntax": ["@nikomatsakis", "@pnkfelix", "@petrochenkov", "@michaelwoerister", "@eddyb"],
6-
"libs": ["@KodrAus", "@alexcrichton", "@sfackler", "@dtolnay", "@JoshTriplett", "@rkruppe", "@bluss", "@kimundi", "@withoutboats", "@cramertj", "@shepmaster", "@Mark-Simulacrum", "@TimNN", "@kennytm", "@aidanhs"]
6+
"libs": ["@KodrAus", "@alexcrichton", "@sfackler", "@dtolnay", "@JoshTriplett", "@rkruppe", "@bluss", "@kimundi", "@withoutboats", "@cramertj", "@shepmaster", "@Mark-Simulacrum", "@TimNN", "@kennytm", "@aidanhs"],
7+
"rustdoc": ["@QuietMisdreavus", "@steveklabnik", "@GuillaumeGomez", "@ollie27"]
78
},
89
"dirs": {
910
"doc": ["doc"],
@@ -22,7 +23,7 @@
2223
"librand": ["libs"],
2324
"librbml": ["libs", "@erickt"],
2425
"librustc": ["compiler"],
25-
"librustdoc": ["doc"],
26+
"librustdoc": ["rustdoc"],
2627
"libserialize": ["libs", "@erickt"],
2728
"libstd": ["libs"],
2829
"libsyntax": ["syntax"],

0 commit comments

Comments
 (0)