diff options
| author | soc <simon@ochsenreither.de> | 2023-02-15 19:30:02 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-15 19:30:02 +0000 |
| commit | 3aa9f76a3a27e901e478203e00d17fe26a645c66 (patch) | |
| tree | 34e28071c4ac88d156a7aabbab5aecd6888ab788 | |
| parent | 094365e23c633c09f37d72cb345596cecf541f63 (diff) | |
| download | rust-3aa9f76a3a27e901e478203e00d17fe26a645c66.tar.gz rust-3aa9f76a3a27e901e478203e00d17fe26a645c66.zip | |
Remove `#![feature(option_result_contains)]` from library/core/tests/lib.rs
| -rw-r--r-- | library/core/tests/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/core/tests/lib.rs b/library/core/tests/lib.rs index 42a26ae1675..769ce764690 100644 --- a/library/core/tests/lib.rs +++ b/library/core/tests/lib.rs @@ -87,7 +87,6 @@ #![feature(portable_simd)] #![feature(ptr_metadata)] #![feature(once_cell)] -#![feature(option_result_contains)] #![feature(unsized_tuple_coercion)] #![feature(const_option)] #![feature(const_option_ext)] |
