1
Fork 0

Remove unstable Result::into_ok_or_err

This commit is contained in:
David Tolnay 2022-08-15 11:11:56 -07:00
parent 9c20b2a8cc
commit 83f081fc01
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
6 changed files with 8 additions and 59 deletions

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)]