|
@@ -1,6 +1,6 @@
|
|
|
## Stable nominations
|
|
|
|
|
|
-- [All stable nominations](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=+label%3Astable-nominated)
|
|
|
+- [All stable nominations](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Astable-nominated+-label%3Astable-accepted)
|
|
|
- Add T-compiler, libs-impl or T-rustdoc tag when it corresponds.
|
|
|
- Do a sanity check on them.
|
|
|
|
|
@@ -10,7 +10,7 @@
|
|
|
|
|
|
## Beta nominations
|
|
|
|
|
|
-- [All beta nominations](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=label%3Abeta-nominated)
|
|
|
+- [All beta nominations](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Abeta-nominated+-label%3Abeta-accepted)
|
|
|
- Add T-compiler, libs-impl or T-rustdoc tag when it corresponds.
|
|
|
- Do a sanity check on them.
|
|
|
|