Update crates/ide_assists/src/handlers/unwrap_result_return_type.rs

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
This commit is contained in:
Coenen Benjamin
2021-10-17 15:24:20 +02:00
committed by GitHub
parent 2947957199
commit ccf05debfe
@@ -8,7 +8,7 @@
// Assist: unwrap_result_return_type
//
// Wrap the function's return type into Result.
// Unwrap the function's return type.
//
// ```
// # //- minicore: result