Remove feature const_option from std

This commit is contained in:
Chris Denton
2022-06-28 11:37:48 +01:00
parent 64eb9ab869
commit 2ee92419dd
2 changed files with 12 additions and 5 deletions

View File

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