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](48f29f351c/src/handlers/mentions.rs (L69)
), matches on path components and so can never return true for a file and directory at the same time.*
This commit is contained in:
commit
c51fc1d02b
@ -810,6 +810,9 @@ cc = ["@rust-lang/project-exploit-mitigations", "@rcvalle"]
|
|||||||
[mentions."src/doc/rustc/src/check-cfg.md"]
|
[mentions."src/doc/rustc/src/check-cfg.md"]
|
||||||
cc = ["@Urgau"]
|
cc = ["@Urgau"]
|
||||||
|
|
||||||
|
[mentions."src/doc/rustc/src/check-cfg"]
|
||||||
|
cc = ["@Urgau"]
|
||||||
|
|
||||||
[mentions."src/doc/rustc/src/platform-support"]
|
[mentions."src/doc/rustc/src/platform-support"]
|
||||||
cc = ["@Nilstrieb"]
|
cc = ["@Nilstrieb"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user