mirror of
https://github.com/openharmony/third_party_rust_codespan.git
synced 2026-07-21 03:55:28 -04:00
c312599ebb
We’ve broken backwards-compatability with old versions of lsp-types in order to let us update the LSP numeric types based on the numeric type clarifications: https://github.com/gluon-lang/lsp-types/pull/186 `character_to_line_offset` was made private to reduce the chance of future API breakages. Co-authored-by: Johann150 <20990607+Johann150@users.noreply.github.com>