about summary refs log tree commit diff
path: root/src/test/run-pass/thinlto
diff options
context:
space:
mode:
authorJonathan Turner <jonathandturner@users.noreply.github.com>2016-10-24 15:41:28 -0700
committerGitHub <noreply@github.com>2016-10-24 15:41:28 -0700
commit91c7a8270b354467b99018d7ea01ac59b22ac067 (patch)
treeb072b4e13368a89f875e221fd4caec1e69512468 /src/test/run-pass/thinlto
parent7bd2427307018a68e0b77438bbe40d339a54e587 (diff)
parent0d3bdc6c3ec9b237f986bd4b233764f36b8c5bda (diff)
downloadrust-91c7a8270b354467b99018d7ea01ac59b22ac067.tar.gz
rust-91c7a8270b354467b99018d7ea01ac59b22ac067.zip
Rollup merge of #37228 - loggerhead:patch-1, r=steveklabnik
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.

r? @steveklabnik
Diffstat (limited to 'src/test/run-pass/thinlto')
0 files changed, 0 insertions, 0 deletions