diff options
| author | bors <bors@rust-lang.org> | 2017-12-26 08:33:23 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-12-26 08:33:23 +0000 |
| commit | 8cdde6db7138cf2365dd9ceb5b8814e92a922ed4 (patch) | |
| tree | aad9e413ba076d65f76caa417f60d1e601238d0e /src/liballoc | |
| parent | 2e83f3c968a3c3e4c2e3d0150cfef7d9a97413c2 (diff) | |
| parent | 6b1aa5301ff53be75cc4924f7a5f8b10feb5d698 (diff) | |
| download | rust-8cdde6db7138cf2365dd9ceb5b8814e92a922ed4.tar.gz rust-8cdde6db7138cf2365dd9ceb5b8814e92a922ed4.zip | |
Auto merge of #47012 - kennytm:rollup, r=kennytm
Rollup of 8 pull requests - Successful merges: #46928, #46930, #46933, #46939, #46940, #46943, #46979, #46986 - Failed merges:
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/slice.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/slice.rs b/src/liballoc/slice.rs index 18bb13d847a..ab574c9f7e7 100644 --- a/src/liballoc/slice.rs +++ b/src/liballoc/slice.rs @@ -699,7 +699,7 @@ impl<T> [T] { core_slice::SliceExt::split_at(self, mid) } - /// Divides one `&mut` into two at an index. + /// Divides one mutable slice into two at an index. /// /// The first will contain all indices from `[0, mid)` (excluding /// the index `mid` itself) and the second will contain all |
