Skip to content

Commit

Permalink
Rollup merge of #125544 - Urgau:check-cfg-mention-cargo-specific, r=M…
Browse files Browse the repository at this point in the history
…ark-Simulacrum

Also mention my-self for other check-cfg docs changes

This PR adds a mention for my-self for the recently added `src/doc/rustc/src/check-cfg` directory.

*I had to add a second mention just for the directory since [`Path::starts_with`](https://doc.rust-lang.org/std/path/struct.Path.html#method.starts_with) as used by [triagebot](https://github.com/rust-lang/triagebot/blob/48f29f351cae774caa90f555fbbc6d0df7dce80e/src/handlers/mentions.rs#L69), matches on path components and so can never return true for a file and directory at the same time.*
  • Loading branch information
matthiaskrgr committed May 26, 2024
2 parents 263c275 + bebcb4e commit 5c291a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,9 @@ cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]
[mentions."src/doc/rustc/src/check-cfg.md"]
cc = ["@Urgau"]

[mentions."src/doc/rustc/src/check-cfg"]
cc = ["@Urgau"]

[mentions."src/doc/rustc/src/platform-support"]
cc = ["@Nilstrieb"]

Expand Down

0 comments on commit 5c291a1

Please sign in to comment.