File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ These APIs are now stable in const contexts:
226
226
- [ ` String::is_empty ` ] ( https://doc.rust-lang.org/nightly/std/string/struct.String.html#method.is_empty )
227
227
- [ ` String::as_mut_str ` ] ( https://doc.rust-lang.org/nightly/std/string/struct.String.html#method.as_mut_str )
228
228
- [ ` String::as_mut_vec ` ] ( https://doc.rust-lang.org/nightly/std/string/struct.String.html#method.as_mut_vec )
229
- - [ ` Vec::as_ptr ` ] ( https://doc.rust-lang.org/nightly/std/vec/struct.Vec.html#method.as_ptr-1 )
229
+ - [ ` Vec::as_ptr ` ] ( https://doc.rust-lang.org/nightly/std/vec/struct.Vec.html#method.as_ptr )
230
230
- [ ` Vec::as_slice ` ] ( https://doc.rust-lang.org/nightly/std/vec/struct.Vec.html#method.as_slice )
231
231
- [ ` Vec::capacity ` ] ( https://doc.rust-lang.org/nightly/std/vec/struct.Vec.html#method.capacity )
232
232
- [ ` Vec::len ` ] ( https://doc.rust-lang.org/nightly/std/vec/struct.Vec.html#method.len )
You can’t perform that action at this time.
0 commit comments