Skip to content

Commit ae452c7

Browse files
Update content/Rust-1.87.0.md
Co-authored-by: alexey semenyuk <[email protected]>
1 parent 3f11cdd commit ae452c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/Rust-1.87.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ These APIs are now stable in const contexts:
226226
- [`String::is_empty`](https://doc.rust-lang.org/nightly/std/string/struct.String.html#method.is_empty)
227227
- [`String::as_mut_str`](https://doc.rust-lang.org/nightly/std/string/struct.String.html#method.as_mut_str)
228228
- [`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)
230230
- [`Vec::as_slice`](https://doc.rust-lang.org/nightly/std/vec/struct.Vec.html#method.as_slice)
231231
- [`Vec::capacity`](https://doc.rust-lang.org/nightly/std/vec/struct.Vec.html#method.capacity)
232232
- [`Vec::len`](https://doc.rust-lang.org/nightly/std/vec/struct.Vec.html#method.len)

0 commit comments

Comments
 (0)