mirror of https://github.com/rust-lang/rust.git
Update RELEASES.md
This commit is contained in:
parent
7ab01b2467
commit
32daa2aa38
|
@ -12,7 +12,7 @@ Language
|
|||
match words {
|
||||
["Hello", "World", "!", ..] => println!("Hello World!"),
|
||||
["Foo", "Bar", ..] => println!("Baz"),
|
||||
rest => println!("{}", rest),
|
||||
rest => println!("{:?}", rest),
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue