diff options
| author | bors <bors@rust-lang.org> | 2016-08-20 07:09:53 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-20 07:09:53 -0700 |
| commit | 490189634b656dcca9e41e6b52093569c03bd4df (patch) | |
| tree | e437ade751764c2f56a3c9c3be904b815ad27031 /src/libstd/primitive_docs.rs | |
| parent | 99867ee88380062827b63ce547603eea5fd3136c (diff) | |
| parent | 9072861c2044b85c3bb8503487d5772297053cf8 (diff) | |
| download | rust-490189634b656dcca9e41e6b52093569c03bd4df.tar.gz rust-490189634b656dcca9e41e6b52093569c03bd4df.zip | |
Auto merge of #35857 - jonathandturner:rollup, r=jonathandturner
Rollup of 19 pull requests - Successful merges: #35234, #35701, #35709, #35710, #35775, #35778, #35780, #35781, #35794, #35800, #35804, #35806, #35811, #35812, #35818, #35827, #35830, #35831, #35839 - Failed merges: #35759
Diffstat (limited to 'src/libstd/primitive_docs.rs')
| -rw-r--r-- | src/libstd/primitive_docs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/primitive_docs.rs b/src/libstd/primitive_docs.rs index d31a5930376..2b92da6c684 100644 --- a/src/libstd/primitive_docs.rs +++ b/src/libstd/primitive_docs.rs @@ -27,7 +27,7 @@ /// assert!(!bool_val); /// ``` /// -/// [`assert!`]: macro.assert!.html +/// [`assert!`]: macro.assert.html /// [`if`]: ../book/if.html /// [`BitAnd`]: ops/trait.BitAnd.html /// [`BitOr`]: ops/trait.BitOr.html |
