Skip to content

Commit ccf05de

Browse files
bnjjjVeykril
andauthored
Update crates/ide_assists/src/handlers/unwrap_result_return_type.rs
Co-authored-by: Lukas Wirth <[email protected]>
1 parent 2947957 commit ccf05de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide_assists/src/handlers/unwrap_result_return_type.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use crate::{AssistContext, AssistId, AssistKind, Assists};
88

99
// Assist: unwrap_result_return_type
1010
//
11-
// Wrap the function's return type into Result.
11+
// Unwrap the function's return type.
1212
//
1313
// ```
1414
// # //- minicore: result

0 commit comments

Comments
 (0)