Rollup merge of #125544 - Urgau:check-cfg-mention-cargo-specific, r=j… · rust-lang/rust@c51fc1d

Commit c51fc1d

Rollup merge of #125544 - Urgau:check-cfg-mention-cargo-specific, r=jieyouxu

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.*

2 parents b65b2b6 + bebcb4e commit c51fc1d

File tree

1 file changed

+

3

-

0

lines changed

1 file changed

+

3

-

0

lines changed

Lines changed: 3 additions & 0 deletions

Original file line numberDiff line numberDiff line change

@@ -810,6 +810,9 @@ cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]

810810

[mentions."src/doc/rustc/src/check-cfg.md"]

811811

cc = ["@Urgau"]

812812
813+

[mentions."src/doc/rustc/src/check-cfg"]

814+

cc = ["@Urgau"]

815+
813816

[mentions."src/doc/rustc/src/platform-support"]

814817

cc = ["@Nilstrieb"]

815818

0 commit comments

Comments

 (0)