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

@@ -414,9 +414,6 @@
// tidy-alphabetical-start
#![feature(const_collections_with_hasher)]
#![feature(const_hash)]
#![feature(const_ip)]
#![feature(const_ipv4)]
#![feature(const_ipv6)]
#![feature(thread_local_internals)]
// tidy-alphabetical-end
//