diff options
| author | Tobias Bucher <tobiasbucher5991@gmail.com> | 2023-01-10 15:59:47 +0100 |
|---|---|---|
| committer | Tobias Bucher <tobiasbucher5991@gmail.com> | 2023-02-10 08:06:35 +0100 |
| commit | 77c85e9cba0c3f8b185c63f013cca1350b2e5492 (patch) | |
| tree | 6ebc962e638f9653b9b729a29f01fefa322f2ff4 /library/std/src | |
| parent | e7acd078f443156b95cee11759a735db1cfc796e (diff) | |
| download | rust-77c85e9cba0c3f8b185c63f013cca1350b2e5492.tar.gz rust-77c85e9cba0c3f8b185c63f013cca1350b2e5492.zip | |
Remove a couple of `#[doc(hidden)] pub fn` and their `#[feature]` gates
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index cd9f74820ae..363a2667174 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -273,12 +273,9 @@ #![feature(utf8_chunks)] // // Library features (core): -#![feature(array_error_internals)] #![feature(atomic_mut_ptr)] -#![feature(char_error_internals)] #![feature(char_internals)] #![feature(core_intrinsics)] -#![feature(cstr_internals)] #![feature(duration_constants)] #![feature(error_generic_member_access)] #![feature(error_in_core)] @@ -290,7 +287,6 @@ #![feature(float_next_up_down)] #![feature(hasher_prefixfree_extras)] #![feature(hashmap_internals)] -#![feature(int_error_internals)] #![feature(is_some_and)] #![feature(maybe_uninit_slice)] #![feature(maybe_uninit_write_slice)] |
