Skip to content

Commit 32daa2a

Browse files
authored
Update RELEASES.md
1 parent 7ab01b2 commit 32daa2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Language
1212
match words {
1313
["Hello", "World", "!", ..] => println!("Hello World!"),
1414
["Foo", "Bar", ..] => println!("Baz"),
15-
rest => println!("{}", rest),
15+
rest => println!("{:?}", rest),
1616
}
1717
}
1818
```

0 commit comments

Comments
 (0)