about summary refs log tree commit diff
path: root/src/test/run-pass/thinlto
diff options
context:
space:
mode:
authorloggerhead <longfangzheng@qq.com>2016-10-17 11:16:36 +0800
committerGitHub <noreply@github.com>2016-10-17 11:16:36 +0800
commit0d3bdc6c3ec9b237f986bd4b233764f36b8c5bda (patch)
tree989e0342a0546fa0246e6a68df9964b9fab15f0c /src/test/run-pass/thinlto
parent6572a463116a31efba8bfddb2e64ed659311b8a1 (diff)
downloadrust-0d3bdc6c3ec9b237f986bd4b233764f36b8c5bda.tar.gz
rust-0d3bdc6c3ec9b237f986bd4b233764f36b8c5bda.zip
Fix a error of 'book/deref-coercions.html'
The original sentence is:

> This example has two conversions: `Rc<String>` to `String` and then `String` to `&str`. 

But it should be

> This example has two conversions: `Rc<String>` to `String` and then `String` to `str`. 

or 

> This example has two conversions: `&Rc<String>` to `&String` and then `&String` to `&str`. 

I think the latter is more clearly.
Diffstat (limited to 'src/test/run-pass/thinlto')
0 files changed, 0 insertions, 0 deletions