Skip to content

Commit

Permalink
Move IpAddr and SocketAddr to core
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Feb 26, 2023
1 parent 43ee4d1 commit 6cb3449
Show file tree
Hide file tree
Showing 16 changed files with 4,079 additions and 3,784 deletions.
4 changes: 4 additions & 0 deletions library/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@
#![feature(const_inherent_unchecked_arith)]
#![feature(const_int_unchecked_arith)]
#![feature(const_intrinsic_forget)]
#![feature(const_ipv4)]
#![feature(const_ipv6)]
#![feature(const_likely)]
#![feature(const_maybe_uninit_uninit_array)]
#![feature(const_maybe_uninit_as_mut_ptr)]
Expand Down Expand Up @@ -179,6 +181,7 @@
#![feature(const_slice_index)]
#![feature(const_is_char_boundary)]
#![feature(const_cstr_methods)]
#![feature(ip)]
#![feature(is_ascii_octdigit)]
//
// Language features:
Expand Down Expand Up @@ -349,6 +352,7 @@ pub mod cell;
pub mod char;
pub mod ffi;
pub mod iter;
pub mod net;
pub mod option;
pub mod panic;
pub mod panicking;
Expand Down
File renamed without changes.
Loading

0 comments on commit 6cb3449

Please sign in to comment.