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:  After: 
This commit is contained in:
commit
4d50e47ce5
@ -151,7 +151,6 @@ mod hack {
|
||||
}
|
||||
}
|
||||
|
||||
/// Allocating extension methods for slices.
|
||||
#[lang = "slice"]
|
||||
#[cfg(not(test))]
|
||||
impl<T> [T] {
|
||||
|
Loading…
x
Reference in New Issue
Block a user