Fix src/libcore/str/mod.rs doc comments
This commit is contained in:
@@ -2325,7 +2325,7 @@ impl str {
|
|||||||
i.get_mut(self)
|
i.get_mut(self)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns a unchecked subslice of `str`.
|
/// Returns an unchecked subslice of `str`.
|
||||||
///
|
///
|
||||||
/// This is the unchecked alternative to indexing the `str`.
|
/// This is the unchecked alternative to indexing the `str`.
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user