From 50b2a5989e1cfb08cc81610fa20ecfb30ebd5eb6 Mon Sep 17 00:00:00 2001 From: Julien Couvreur Date: Mon, 7 Jan 2019 13:04:04 -0800 Subject: [PATCH] Update README.md --- meetings/2019/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/meetings/2019/README.md b/meetings/2019/README.md index f60829c..d800164 100644 --- a/meetings/2019/README.md +++ b/meetings/2019/README.md @@ -39,7 +39,6 @@ Overview of meetings and agendas for 2019 - Allowing pattern-based `foreach` and `await foreach` to bind to an extension `GetEnumerator`/`GetAsyncEnumerator` and `MoveNext`/`MoveNextAsync` (Julien/Chris) - Confirm shadowing rules for local functions (Chuck/Julien) - Making a `CancellationToken` available in async-iterator method bodies; possibly reserving a keyword (Julien/Stephen) -- Generating null-check for `parameter!` (Jared) ## Recurring topics