mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Merge #8825
8825: Corrected minor typo on line 20 r=lnicola a=mixio Co-authored-by: mixio <38652479+mixio@users.noreply.github.com>
This commit is contained in:
commit
38a53c29ea
@ -17,7 +17,7 @@ use ide_db::ty_filter::TryEnum;
|
|||||||
|
|
||||||
// Assist: replace_unwrap_with_match
|
// Assist: replace_unwrap_with_match
|
||||||
//
|
//
|
||||||
// Replaces `unwrap` a `match` expression. Works for Result and Option.
|
// Replaces `unwrap` with a `match` expression. Works for Result and Option.
|
||||||
//
|
//
|
||||||
// ```
|
// ```
|
||||||
// enum Result<T, E> { Ok(T), Err(E) }
|
// enum Result<T, E> { Ok(T), Err(E) }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user