diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-02-26 01:23:36 -0500 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-02-26 17:52:16 -0500 |
| commit | df481473dae024e522afd669646fa779d97c5e2d (patch) | |
| tree | 5c6149fb10e35de5b05350a8c00814bbbbaccb3b /doc/tutorial.md | |
| parent | 681e6dd40d5882465f74eebf2f1802c76b0df063 (diff) | |
| download | rust-df481473dae024e522afd669646fa779d97c5e2d.tar.gz rust-df481473dae024e522afd669646fa779d97c5e2d.zip | |
Fix unused imports in the tutorials
Diffstat (limited to 'doc/tutorial.md')
| -rw-r--r-- | doc/tutorial.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/tutorial.md b/doc/tutorial.md index cd683490a59..98ec9d1f580 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -2270,7 +2270,9 @@ fn chicken_farmer() { // The same, but name it `my_chicken` use my_chicken = farm::chicken; ... +# my_chicken(); } +# chicken(); # } ~~~ |
