Merge pull request #211 from k4rtik/patch-3

Add missing output line
This commit is contained in:
Carol (Nichols || Goulding) 2016-08-22 12:01:06 -04:00 committed by GitHub
commit 224a3eac55

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