Remove unstable Result::into_ok_or_err

This commit is contained in:
David Tolnay 2022-08-15 11:11:56 -07:00
parent 3a8ff6140b
commit f21a3003e5

View File

@ -14,7 +14,6 @@ index 06c7be0..359e2e7 100644
@@ -75,7 +75,6 @@
#![feature(never_type)]
#![feature(unwrap_infallible)]
#![feature(result_into_ok_or_err)]
-#![feature(portable_simd)]
#![feature(ptr_metadata)]
#![feature(once_cell)]