Commit 1bedead
authored
Unrolled build for #150995
Rollup merge of #150995 - dev/core-ptr-split-at-mut-docs-fix, r=joboet
core: ptr: split_at_mut: fix typo in safety doc
Removes the double subject "it" in the safety documentation of `core::ptr::split_at_mut` for raw slice pointers, as it does not refer to anything.
Reported-by: Johnathan Van Why <jrvanwhy@betterbytes.org>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1742 | 1742 | | |
1743 | 1743 | | |
1744 | 1744 | | |
1745 | | - | |
| 1745 | + | |
1746 | 1746 | | |
1747 | 1747 | | |
1748 | 1748 | | |
| |||
0 commit comments