提交 b06c9a01 编写于 作者: M Manish Goregaokar

Rollup merge of #23474 - nagisa:patch-1, r=steveklabnik

 r? @steveklabnik
......@@ -330,7 +330,7 @@ pub fn ok(self) -> Option<T> {
/// Convert from `Result<T, E>` to `Option<E>`
///
/// Converts `self` into an `Option<E>`, consuming `self`,
/// and discarding the value, if any.
/// and discarding the success value, if any.
///
/// # Examples
///
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册