diff options
| author | Ralf Jung <post@ralfj.de> | 2024-10-12 19:08:34 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-10-13 09:55:34 +0200 |
| commit | 1ebfd9705165cf6902dae1eacc49cb4c0a0e142e (patch) | |
| tree | bdafab352f1373636ddc4e822dc563d7a8a2170b /library/std/src | |
| parent | ecf2d1fa4bd8166c696883b10f483122b1fe98a3 (diff) | |
| download | rust-1ebfd9705165cf6902dae1eacc49cb4c0a0e142e.tar.gz rust-1ebfd9705165cf6902dae1eacc49cb4c0a0e142e.zip | |
merge const_ipv4 / const_ipv6 feature gate into 'ip' feature gate
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 65a9aa66c7c..057a57f7997 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -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 // |
