From 4505f706b1e5f20aade72677873b0daa5b5c0b69 Mon Sep 17 00:00:00 2001 From: Alcaro Date: Sun, 26 Jun 2022 14:02:21 +0200 Subject: [PATCH] humorust: Forbid pineapple on pizza (#1374) --- src/appendix/humorust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/appendix/humorust.md b/src/appendix/humorust.md index c502527d..bc825543 100644 --- a/src/appendix/humorust.md +++ b/src/appendix/humorust.md @@ -12,3 +12,4 @@ enlightening? - [The Nomicon Intro](https://doc.rust-lang.org/stable/nomicon/) - [`rustc-ty` renaming punfest](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/rustc-ty.20naming.20bikeshed.20.2F.20punfest.20%28was.3A.20design.20meeting.202.2E.2E.2E/near/189906455) - [try using their name "ferris" instead](https://github.com/rust-lang/rust/pull/91476) +- [Forbid pineapple on pizza](https://github.com/rust-lang/rust/pull/70645)