Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions teams/wg-rustc-dev-guide.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ alumni = [
orgs = ["rust-lang"]

[website]
name = "Rustc Dev Guide working area"
description = "Making the compiler easier to learn by maintaining and improving the Rustc Dev Guide"
name = "rustc-dev-guide working area"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The title I see on that website is "Rust Compiler Development Guide". Perhaps did you mean to use that? rustc-dev-guide is (iiuc) the domain name so imo not very clear.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I went for the shorter name for the title to avoid it being too wordy, and added the formal name on the description

description = "Making the compiler easier to learn by maintaining and improving the Rust Compiler Development Guide"
repo = "https://forge.rust-lang.org/compiler/working-areas.html"
zulip-stream = "t-compiler/rustc-dev-guide"

Expand Down