mirror of https://github.com/rust-lang/rust.git
Rollup merge of #120962 - ChrisDenton:review, r=Nilstrieb
Add myself to library/std review I'll see how it goes.
This commit is contained in:
commit
323f66a932
|
@ -810,7 +810,7 @@ project-stable-mir = [
|
|||
"/library/panic_abort" = ["libs"]
|
||||
"/library/panic_unwind" = ["libs"]
|
||||
"/library/proc_macro" = ["@petrochenkov"]
|
||||
"/library/std" = ["libs"]
|
||||
"/library/std" = ["libs", "@ChrisDenton"]
|
||||
"/library/std/src/sys/pal/windows" = ["@ChrisDenton"]
|
||||
"/library/stdarch" = ["libs"]
|
||||
"/library/test" = ["libs"]
|
||||
|
|
Loading…
Reference in New Issue