diff options
| author | bors <bors@rust-lang.org> | 2018-07-17 15:39:33 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-07-17 15:39:33 +0000 |
| commit | 1c84d8187395b641616649a0f16f15a78ea8bbce (patch) | |
| tree | fb5ff393db1c0ba683a614800c841ac46392c140 /src/libstd/sys/unix/stack_overflow.rs | |
| parent | 4bff385fdadb999f19afb7b1482df7863034d742 (diff) | |
| parent | 88e9af0375ba31d91523143b45088f5a481cb76e (diff) | |
| download | rust-1c84d8187395b641616649a0f16f15a78ea8bbce.tar.gz rust-1c84d8187395b641616649a0f16f15a78ea8bbce.zip | |
Auto merge of #52404 - felixrabe:doc-link-ch19-04-typo, r=GuillaumeGomez
Fix doc link
Result of first searching via:
find src -type f -exec fgrep -l dynamically-sized-types--sized {} \;
and then replacing all relevant occurrences via:
find src/{libcore,test/ui} -type f -exec sed -i.bak \
s/dynamically-sized-types--sized/dynamically-sized-types-and-sized/g {} \;
find src -type f -name '*.bak' -exec rm {} \;
(Note: Commands run on macOS 10.13 (BSD). `sed -i.bak` should work on
GNU/Linux as well, but not tested.)
EDIT: Did not compile / test Rust for this change at all.
Clickable links for comparison:
https://doc.rust-lang.org/book/second-edition/ch19-04-advanced-types.html#dynamically-sized-types--sized (broken)
https://doc.rust-lang.org/book/second-edition/ch19-04-advanced-types.html#dynamically-sized-types-and-sized (fixed)
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
