From 2def04f39231d89bdfe782f2dad74b0568e0cfdb Mon Sep 17 00:00:00 2001 From: Mazdak Farrokhzad Date: Wed, 4 Mar 2020 01:19:45 +0100 Subject: [PATCH] pattern matching blog post: fix team --- .../2020-03-04-recent-future-pattern-matching-improvements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/inside-rust/2020-03-04-recent-future-pattern-matching-improvements.md b/posts/inside-rust/2020-03-04-recent-future-pattern-matching-improvements.md index 80c9afbac..c17856db7 100644 --- a/posts/inside-rust/2020-03-04-recent-future-pattern-matching-improvements.md +++ b/posts/inside-rust/2020-03-04-recent-future-pattern-matching-improvements.md @@ -3,7 +3,7 @@ layout: post title: "Recent and future pattern matching improvements" author: Mazdak "Centril" Farrokhzad description: "Reviewing recent pattern matching improvements" -team: the language and compiler teams +team: the language team --- [ch_6]: https://doc.rust-lang.org/book/ch06-00-enums.html