Skip to content

Commit 828dee0

Browse files
davidtwcoDavid Wood
authored andcommitted
Minor tweaks.
1 parent 240c27f commit 828dee0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Name | Status | Short
4949
---- | ------ | ----------------- | ------------
5050
[Async-await Implementation](working-groups/async-await/) | Active | Implementing async-await | [#t-compiler/wg-async-await][async-await_stream]
5151
[LLVM](working-groups/llvm/) | Incubating | Working with LLVM upstream to represent Rust in its development | N/A
52-
[Non-lexical lifetimes (NLL)](working-groups/nll/) | Winding down | Implementing non-lexical lifetimes | [#t-compiler/wg-nll][nll_stream]
52+
[Non-Lexical Lifetimes (NLL)](working-groups/nll/) | Winding down | Implementing non-lexical lifetimes | [#t-compiler/wg-nll][nll_stream]
5353
[Traits](working-groups/traits/) | Active | Improving the trait-system design + implementation | [#t-compiler/wg-traits][traits_stream]
5454
[Parallel-rustc](working-groups/parallel-rustc/) | Active | Making parallel compilation the default for rustc | [#t-compiler/wg-parallel-rustc][parallel-rustc_stream]
5555
[Profile-Guided Optimization](working-groups/pgo/) | Active | Implementing profile-guided optimization for rustc | [#t-compiler/wg-profile-guided-optimization][pgo_stream]

about/triage-meeting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ The triage meeting takes place on [Zulip](chat-platform.md). Look for a topic li
1212
## Working group check-in
1313
This section contains the scheduled check-ins for working groups:
1414

15-
- **2019-03-14:** [wg-rls-2.0], [wg-meta]
16-
- **2019-03-21:** [wg-self-profile], [wg-rfc-2229]
17-
- **2019-03-28:** [wg-self-profile], [wg-rfc-2229]
15+
- **2019-03-14:** [wg-async-await], [wg-llvm]
16+
- **2019-03-21:** [wg-nll], [wg-traits]
17+
- **2019-03-28:** [wg-parallel-rustc], [wg-pgo]
1818

1919
Looking for a meeting that isn't listed above? Make a PR and extend the list to include that
20-
meeting, just loop around the list of working groups.
20+
meeting.
2121

2222
### Previous check-ins
2323
This section lists check-ins from triage meetings before the check-in schedule was introduced:

working-groups/.template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#### *<p align="center">This page is an example template and not the actual NLL working group.</p>*
2-
#### *<p align="center">Don't forget to add this new working group to the table at the root of this repository!</p>*
2+
#### *<p align="center">Don't forget to add this new working group to the end of the table at the root of this repository!</p>*
33

44
# Non-Lexical Lifetimes (NLL) Working Group
55
![working group status: active][status]

0 commit comments

Comments
 (0)