]> git.lizzy.rs Git - rust.git/commitdiff
Update RELEASES.md
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
Mon, 10 Feb 2020 14:29:14 +0000 (15:29 +0100)
committerGitHub <noreply@github.com>
Mon, 10 Feb 2020 14:29:14 +0000 (15:29 +0100)
RELEASES.md

index f97d902d332e210bf34648c4a524d4da44e004d3..5d10e658f901555b1ef432f5a9c4d3d66019d8ae 100644 (file)
@@ -12,7 +12,7 @@ Language
       match words {
           ["Hello", "World", "!", ..] => println!("Hello World!"),
           ["Foo", "Bar", ..] => println!("Baz"),
-          rest => println!("{}", rest),
+          rest => println!("{:?}", rest),
       }
   }
   ```