mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Update crates/ide_assists/src/handlers/unwrap_result_return_type.rs
Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
This commit is contained in:
parent
2947957199
commit
ccf05debfe
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ use crate::{AssistContext, AssistId, AssistKind, Assists};
|
||||||
|
|
||||||
// Assist: unwrap_result_return_type
|
// Assist: unwrap_result_return_type
|
||||||
//
|
//
|
||||||
// Wrap the function's return type into Result.
|
// Unwrap the function's return type.
|
||||||
//
|
//
|
||||||
// ```
|
// ```
|
||||||
// # //- minicore: result
|
// # //- minicore: result
|
||||||
|
|
Loading…
Reference in a new issue