File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ Stabilized APIs
63
63
- [ ` panic::panic_any ` ]
64
64
- [ ` ptr::addr_of! ` ]
65
65
- [ ` ptr::addr_of_mut! ` ]
66
- - [ ` slice::SlicePattern ` ]
67
66
- [ ` slice::fill_with ` ]
68
67
- [ ` slice::split_inclusive_mut ` ]
69
68
- [ ` slice::split_inclusive ` ]
@@ -134,7 +133,6 @@ Internal Only
134
133
[ `panic::panic_any` ] : https://doc.rust-lang.org/stable/std/panic/fn.panic_any.html
135
134
[ `slice::strip_prefix` ] : https://doc.rust-lang.org/stable/std/primitive.slice.html#method.strip_prefix
136
135
[ `slice::strip_suffix` ] : https://doc.rust-lang.org/stable/std/primitive.slice.html#method.strip_prefix
137
- [ `slice::SlicePattern` ] : https://doc.rust-lang.org/nightly/core/slice/trait.SlicePattern.html
138
136
[ `Arc::increment_strong_count` ] : https://doc.rust-lang.org/nightly/std/sync/struct.Arc.html#method.increment_strong_count
139
137
[ `Arc::decrement_strong_count` ] : https://doc.rust-lang.org/nightly/std/sync/struct.Arc.html#method.decrement_strong_count
140
138
[ `slice::fill_with` ] : https://doc.rust-lang.org/nightly/std/primitive.slice.html#method.fill_with
You can’t perform that action at this time.
0 commit comments