diff options
| author | Chris Denton <christophersdenton@gmail.com> | 2022-06-28 11:37:48 +0100 |
|---|---|---|
| committer | Chris Denton <christophersdenton@gmail.com> | 2022-06-28 11:37:48 +0100 |
| commit | 2ee92419dd17606d6b50f44b413dcf7ef49ac116 (patch) | |
| tree | 8f25db7966c71e25c63f7b15913fe5cb20d6ba6c /library/std/src/lib.rs | |
| parent | 64eb9ab869bc3f9ef3645302fbf22e706eea16cf (diff) | |
| download | rust-2ee92419dd17606d6b50f44b413dcf7ef49ac116.tar.gz rust-2ee92419dd17606d6b50f44b413dcf7ef49ac116.zip | |
Remove feature `const_option` from std
Diffstat (limited to 'library/std/src/lib.rs')
| -rw-r--r-- | library/std/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 7da9f248c87..65b8df42996 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -335,7 +335,6 @@ #![feature(const_ip)] #![feature(const_ipv4)] #![feature(const_ipv6)] -#![feature(const_option)] #![feature(const_socketaddr)] #![feature(thread_local_internals)] // |
