Rename Result::ok_or_err to Result::into_ok_or_err
This commit is contained in:
parent
7d303661cd
commit
2711b011e6
3 changed files with 8 additions and 8 deletions
|
@ -65,7 +65,7 @@
|
|||
#![feature(never_type)]
|
||||
#![feature(unwrap_infallible)]
|
||||
#![feature(option_result_unwrap_unchecked)]
|
||||
#![feature(ok_or_err)]
|
||||
#![feature(result_into_ok_or_err)]
|
||||
#![feature(option_unwrap_none)]
|
||||
#![feature(peekable_peek_mut)]
|
||||
#![feature(once_cell)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue