pub fn plan_delete_symbol(
ctx: &RefactoringContext,
file: &Path,
content: &str,
loc: &SymbolLocation,
) -> PlannedEditExpand description
Plan deletion of a symbol from a file.
pub fn plan_delete_symbol(
ctx: &RefactoringContext,
file: &Path,
content: &str,
loc: &SymbolLocation,
) -> PlannedEditPlan deletion of a symbol from a file.