-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsA-result-optionArea: Result and Option combinatorsArea: Result and Option combinatorsT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
Description
Location
https://doc.rust-lang.org/std/result/index.html
Summary
Querying the variant : miss is_ok_and
and is_err_and
Extracting contained values : miss unwrap_unchecked
and unwrap_err_unchecked
And miss inspect
and inspect_err
This issue and #138955 are twin issues
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsA-result-optionArea: Result and Option combinatorsArea: Result and Option combinatorsT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.