Rollup merge of #25418 - leunggamciu:patch-trpl, r=steveklabnik
This commit is contained in:
commit
5501f076c2
@ -73,6 +73,9 @@ a name is all we need. We choose the [`String`][string] type for the name,
|
||||
rather than `&str`. Generally speaking, working with a type which owns its
|
||||
data is easier than working with one that uses references.
|
||||
|
||||
[struct]: structs.html
|
||||
[string]: strings.html
|
||||
|
||||
Let’s continue:
|
||||
|
||||
```rust
|
||||
|
Loading…
Reference in New Issue
Block a user