auto merge of #16395 : superlogical/rust/patch-1, r=alexcrichton

This commit is contained in:
bors 2014-08-10 08:56:15 +00:00
commit d4d608fabd

View file

@ -655,7 +655,7 @@ This part is coming soon.
# Returning Pointers
In many languages with pointers, you'd return a pointer from a function
so as to avoid a copying a large data structure. For example:
so as to avoid copying a large data structure. For example:
```{rust}
struct BigStruct {