From 05c41aa6dfaa4ce4fa6d033d943d2468f13103c6 Mon Sep 17 00:00:00 2001 From: sunface Date: Fri, 25 Feb 2022 11:06:30 +0800 Subject: [PATCH] =?UTF-8?q?udpate=20=E8=A7=A3=E6=9E=84=E5=BC=8F=E8=B5=8B?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contents/basic/variable.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/contents/basic/variable.md b/contents/basic/variable.md index ba9b70db..1a4b898e 100644 --- a/contents/basic/variable.md +++ b/contents/basic/variable.md @@ -120,9 +120,6 @@ struct Struct { } fn main() { - let (x, y) = (1.0, 2.0); - - let (a, b, c, d, e); (a, b) = (1, 2);