File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -456,6 +456,9 @@ These commits modify **compiler targets**.
456456(See the [Target Tier Policy](https://doc.rust-lang.org/nightly/rustc/target-tier-policy.html).)
457457"""
458458
459+ [mentions ."src/doc/style-guide" ]
460+ cc = [" @rust-lang/style" ]
461+
459462[assign ]
460463warn_non_default_branch = true
461464contributing_url = " https://rustc-dev-guide.rust-lang.org/contributing.html"
@@ -560,6 +563,12 @@ ast_lowering = [
560563fallback = [
561564 " @Mark-Simulacrum"
562565]
566+ style-team = [
567+ " @calebcartwright" ,
568+ " @compiler-errors" ,
569+ " @joshtriplett" ,
570+ " @yaahc" ,
571+ ]
563572
564573[assign .owners ]
565574"/.github/workflows" = [" infra-ci" ]
@@ -604,6 +613,7 @@ fallback = [
604613"/src/doc/rust-by-example" = [" @ehuss" ]
605614"/src/doc/rustc-dev-guide" = [" @ehuss" ]
606615"/src/doc/rustdoc" = [" rustdoc" ]
616+ "/src/doc/style-guide" = [" style-team" ]
607617"/src/etc" = [" @Mark-Simulacrum" ]
608618"/src/librustdoc" = [" rustdoc" ]
609619"/src/llvm-project" = [" @cuviper" ]
You can’t perform that action at this time.
0 commit comments