diff options
| author | bors <bors@rust-lang.org> | 2017-10-21 14:04:15 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-10-21 14:04:15 +0000 |
| commit | 7e70546ddbeb8949fcae958d40ead4e4fbcc9d2b (patch) | |
| tree | 823d9a763ba57432396794516a06c87408d451f9 /src/liballoc/fmt.rs | |
| parent | d532ba7c627a558410e3f21efbb149540c1461e9 (diff) | |
| parent | 6ed7927fa0d99b2321d3fa44334e63d5412ba696 (diff) | |
| download | rust-7e70546ddbeb8949fcae958d40ead4e4fbcc9d2b.tar.gz rust-7e70546ddbeb8949fcae958d40ead4e4fbcc9d2b.zip | |
Auto merge of #45430 - frewsxcv:rollup, r=frewsxcv
Rollup of 6 pull requests - Successful merges: #45227, #45356, #45407, #45411, #45418, #45419 - Failed merges: #45421
Diffstat (limited to 'src/liballoc/fmt.rs')
| -rw-r--r-- | src/liballoc/fmt.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/fmt.rs b/src/liballoc/fmt.rs index 578d90c5ba9..58299d5d836 100644 --- a/src/liballoc/fmt.rs +++ b/src/liballoc/fmt.rs @@ -475,7 +475,6 @@ //! them with the same character. For example, the `{` character is escaped with //! `{{` and the `}` character is escaped with `}}`. //! -//! [`format!`]: ../../macro.format.html //! [`usize`]: ../../std/primitive.usize.html //! [`isize`]: ../../std/primitive.isize.html //! [`i8`]: ../../std/primitive.i8.html |
