Skip to content

Commit b3d9205

Browse files
committed
Remove comment
1 parent 9f31f59 commit b3d9205

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/ide_assists/src/handlers/qualify_method_call.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ pub(crate) fn qualify_method_call(acc: &mut Assists, ctx: &AssistContext) -> Opt
3939
let call: ast::MethodCallExpr = ctx.find_node_at_offset()?;
4040
let fn_name = &call.name_ref()?;
4141

42-
// let callExpr = path_expr.syntax();
4342
let range = call.syntax().text_range();
4443
let resolved_call = ctx.sema.resolve_method_call(&call)?;
4544

0 commit comments

Comments
 (0)