Skip to content

Commit

Permalink
Remove redundant workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
toinehartman committed Dec 19, 2024
1 parent 9fb9862 commit 136090c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -547,8 +547,3 @@ Edits rascalRenameSymbol(Tree cursorT, set[loc] workspaceFolders, str newName, P
);
return rascalRename(cursorT, newName, workspaceFolders, getPathConfig);
}
//// WORKAROUNDS
// Workaround to be able to pattern match on the emulated `src` field
data Tree (loc src = |unknown:///|(0,0,<0,0>,<0,0>));

0 comments on commit 136090c

Please sign in to comment.