diff options
| author | Jonas Platte <jplatte+git@posteo.de> | 2023-04-06 21:54:05 +0200 |
|---|---|---|
| committer | Jonas Platte <jplatte+git@posteo.de> | 2023-04-06 23:14:23 +0200 |
| commit | 443928f7e33666f83711c768ef2968090c85bc7f (patch) | |
| tree | 8729f7610626e03a0901cc9af055969818c2122d /library/std/src | |
| parent | f5b8f44e5d5dee0f60cec1729b5a107659779d94 (diff) | |
| download | rust-443928f7e33666f83711c768ef2968090c85bc7f.tar.gz rust-443928f7e33666f83711c768ef2968090c85bc7f.zip | |
Stabilize is_some_and
Diffstat (limited to 'library/std/src')
| -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 8c118b95b0a..736b3c0497c 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -289,7 +289,6 @@ #![feature(hashmap_internals)] #![feature(ip)] #![feature(ip_in_core)] -#![feature(is_some_and)] #![feature(maybe_uninit_slice)] #![feature(maybe_uninit_write_slice)] #![feature(panic_can_unwind)] |
