From 80814f5e53bc44b0a47ad362875e00ed2f6e694d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=A4=E7=8B=90=E4=B8=80=E5=86=B2?= <43949039+anonymousGiga@users.noreply.github.com> Date: Wed, 31 May 2023 14:16:27 +0800 Subject: [PATCH] Update chapter_3_13.md --- src/chapter_3/chapter_3_13.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/chapter_3/chapter_3_13.md b/src/chapter_3/chapter_3_13.md index 7f8c08c..c0980c7 100644 --- a/src/chapter_3/chapter_3_13.md +++ b/src/chapter_3/chapter_3_13.md @@ -246,7 +246,6 @@ fn main() { ```rust struct Closure<'a> { x: i32, - y: i32, } impl<'a> FnOnce<(i32,)> for Closure<'a> {