Files
sourcekit-lsp/Sources
Ian Hanken a83a53c724 Empty TextEdits now return nil
This adds a check when creating a `TextEdit` to return `nil` if both the fixit and the replacement being used to create a `TextEdit` are empty. A `TextEdit` being created like this can cause a crash.
2022-10-07 16:26:11 +02:00
..