auto merge of #16395 : superlogical/rust/patch-1, r=alexcrichton
This commit is contained in:
commit
d4d608fabd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue