From 32daa2aa38fafd731ddc27374dece22f38069bc8 Mon Sep 17 00:00:00 2001 From: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> Date: Mon, 10 Feb 2020 15:29:14 +0100 Subject: [PATCH 1/1] Update RELEASES.md --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index f97d902d332..5d10e658f90 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -12,7 +12,7 @@ Language match words { ["Hello", "World", "!", ..] => println!("Hello World!"), ["Foo", "Bar", ..] => println!("Baz"), - rest => println!("{}", rest), + rest => println!("{:?}", rest), } } ``` -- 2.44.0