Auto merge of #33968 - srinivasreddy:slice.rs, r=Manishearth
Correct grammar; and remove redundant comment
This commit is contained in:
commit
a967611d8f
1 changed files with 1 additions and 2 deletions
|
@ -554,7 +554,6 @@ fn slice_index_order_fail(index: usize, end: usize) -> ! {
|
|||
panic!("slice index starts at {} but ends at {}", index, end);
|
||||
}
|
||||
|
||||
// FIXME implement indexing with inclusive ranges
|
||||
|
||||
/// Implements slicing with syntax `&self[begin .. end]`.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue