merge const_ipv4 / const_ipv6 feature gate into 'ip' feature gate

This commit is contained in:
Ralf Jung
2024-10-12 19:08:34 +02:00
parent ecf2d1fa4b
commit 1ebfd97051
4 changed files with 0 additions and 22 deletions

View File

@@ -124,8 +124,6 @@
#![feature(const_hash)]
#![feature(const_heap)]
#![feature(const_index_range_slice_index)]
#![feature(const_ipv4)]
#![feature(const_ipv6)]
#![feature(const_likely)]
#![feature(const_make_ascii)]
#![feature(const_maybe_uninit_assume_init)]