diff options
| author | bors <bors@rust-lang.org> | 2015-12-21 06:02:13 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-12-21 06:02:13 +0000 |
| commit | da4a21e91a620338e757e52b1011df4d194e9395 (patch) | |
| tree | db941011621cd00801d573776a62c3bfec0bb359 /src | |
| parent | 29e60aba7d87d890bc401f57834c06a2b888258b (diff) | |
| parent | b9005dd472e821ad5ea613361346a8e40a98406c (diff) | |
| download | rust-da4a21e91a620338e757e52b1011df4d194e9395.tar.gz rust-da4a21e91a620338e757e52b1011df4d194e9395.zip | |
Auto merge of #30400 - fbergr:master, r=steveklabnik
See: https://github.com/rust-lang/rust/issues/30397 r? @steveklabnik
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/book/syntax-index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/book/syntax-index.md b/src/doc/book/syntax-index.md index 528c0b537f3..01f06f718f8 100644 --- a/src/doc/book/syntax-index.md +++ b/src/doc/book/syntax-index.md @@ -234,5 +234,5 @@ [Traits (Multiple Trait Bounds)]: traits.html#multiple-trait-bounds [Traits]: traits.html [Unsafe]: unsafe.html -[Unsized Types (`?Sized`)]: unsized-types.html#?sized +[Unsized Types (`?Sized`)]: unsized-types.html#sized [Variable Bindings]: variable-bindings.html |
