@@ -536,7 +536,7 @@ pub fn lang<'a>() -> Box<dyn Action> {
//https://github.com/rust-lang/rfcs/pulls?q=is%3Aopen+is%3Apr+label%3AI-nominated+label%3AT-lang
queries.push(QueryMap {
- name: "nominated_rfcs_t_lang",
+ name: "nominated_rfcs",
query: github::Query {
kind: github::QueryKind::List,
filters: vec![("state", "open"), ("is", "pr")],
@@ -24,7 +24,7 @@ Review the [Lang team project board](https://github.com/rust-lang/lang-team/proj
## Nominated RFCs
-{{-issues::render(issues=nominated_rfcs_t_lang, indent=" ", empty="No nominated RFCs this time.")}}
+{{-issues::render(issues=nominated_rfcs, indent=" ", empty="No nominated RFCs this time.")}}
## P-high issues on rust-lang/rust