Stabilize the const_socketaddr feature

This commit is contained in:
Linus Färnstrand
2022-11-10 19:19:39 +01:00
parent 027c8507b4
commit 50f29d48bd
2 changed files with 13 additions and 14 deletions

View File

@@ -358,7 +358,6 @@
#![feature(const_ip)]
#![feature(const_ipv4)]
#![feature(const_ipv6)]
#![feature(const_socketaddr)]
#![feature(thread_local_internals)]
//
#![default_lib_allocator]