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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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