Skip to content

Commit 4d50e47

Browse files
authored
Auto merge of #34723 - GuillaumeGomez:slice_doc, r=apasel422
Remove useless doc comment for slice r? @steveklabnik This doc comment isn't useful so I removed it. It also "fixes" the weird rustdoc output. Before: ![screenshot from 2016-07-08 02-04-59](https://cloud.githubusercontent.com/assets/3050060/16688164/fbb321d6-451c-11e6-8d98-53346bc6eb1e.png) After: ![screenshot from 2016-07-08 02-05-31](https://cloud.githubusercontent.com/assets/3050060/16688166/00b174e4-451d-11e6-83dd-93ab2509f647.png)
2 parents f93aaf8 + a5be0d2 commit 4d50e47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libcollections/slice.rs

-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ mod hack {
151151
}
152152
}
153153

154-
/// Allocating extension methods for slices.
155154
#[lang = "slice"]
156155
#[cfg(not(test))]
157156
impl<T> [T] {

0 commit comments

Comments
 (0)