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
@ -8,7 +8,7 @@ use crate::{AssistContext, AssistId, AssistKind, Assists};
|
||||
|
||||
// Assist: unwrap_result_return_type
|
||||
//
|
||||
// Wrap the function's return type into Result.
|
||||
// Unwrap the function's return type.
|
||||
//
|
||||
// ```
|
||||
// # //- minicore: result
|
||||
|
Loading…
x
Reference in New Issue
Block a user