This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -65,16 +65,16 @@ Rustdoc
6565Stabilized APIs
6666---------------
6767
68- - [`impl<T: Send> Sync for mpsc::Sender<T>`](https://doc.rust-lang.org/nightly /std/sync/mpsc/struct.Sender.html#impl-Sync-for-Sender%3CT%3E)
69- - [`impl TryFrom<&OsStr> for &str`](https://doc.rust-lang.org/nightly /std/primitive.str.html#impl-TryFrom%3C%26'a+OsStr%3E-for-%26'a+str)
70- - [`String::leak`](https://doc.rust-lang.org/nightly /alloc/string/struct.String.html#method.leak)
68+ - [`impl<T: Send> Sync for mpsc::Sender<T>`](https://doc.rust-lang.org/stable /std/sync/mpsc/struct.Sender.html#impl-Sync-for-Sender%3CT%3E)
69+ - [`impl TryFrom<&OsStr> for &str`](https://doc.rust-lang.org/stable /std/primitive.str.html#impl-TryFrom%3C%26'a+OsStr%3E-for-%26'a+str)
70+ - [`String::leak`](https://doc.rust-lang.org/stable /alloc/string/struct.String.html#method.leak)
7171
7272These APIs are now stable in const contexts:
7373
74- - [`CStr::from_bytes_with_nul`](https://doc.rust-lang.org/nightly /std/ffi/struct.CStr.html#method.from_bytes_with_nul)
75- - [`CStr::to_bytes`](https://doc.rust-lang.org/nightly /std/ffi/struct.CStr.html#method.from_bytes_with_nul )
76- - [`CStr::to_bytes_with_nul`](https://doc.rust-lang.org/nightly /std/ffi/struct.CStr.html#method.from_bytes_with_nul )
77- - [`CStr::to_str`](https://doc.rust-lang.org/nightly /std/ffi/struct.CStr.html#method.from_bytes_with_nul )
74+ - [`CStr::from_bytes_with_nul`](https://doc.rust-lang.org/stable /std/ffi/struct.CStr.html#method.from_bytes_with_nul)
75+ - [`CStr::to_bytes`](https://doc.rust-lang.org/stable /std/ffi/struct.CStr.html#method.to_bytes )
76+ - [`CStr::to_bytes_with_nul`](https://doc.rust-lang.org/stable /std/ffi/struct.CStr.html#method.to_bytes_with_nul )
77+ - [`CStr::to_str`](https://doc.rust-lang.org/stable /std/ffi/struct.CStr.html#method.to_str )
7878
7979<a id="1.72.0-Cargo"></a>
8080
You can’t perform that action at this time.
0 commit comments