Add missing output line

This commit is contained in:
Kartik Singhal 2016-08-20 18:02:26 -07:00 committed by GitHub
parent ba94ced602
commit 1490bc6b27

View File

@ -175,6 +175,7 @@ match name {
// name is not moved here; the match only took a reference to its data rather
// than moving it
println!("name is: {:?}", name);
```
## Destructuring