rust/crates/rust-analyzer
bors ac998a74b3 Auto merge of #16579 - DropDemBits:structured-snippet-fix-with-escaped-bits-and-cr, r=Veykril
fix: Fix snippets being placed leftwards of where they should be

Snippet bits were being escaped before placing snippets, shifting snippets leftwards. Snippets were also being shifted leftwards on files with CRLF line endings since they were placed done after the Unix -> DOS line ending conversion.

Hoping this fixes all of the little bugs related to snippet rendering 😅
2024-02-16 18:45:43 +00:00
..
src Auto merge of #16579 - DropDemBits:structured-snippet-fix-with-escaped-bits-and-cr, r=Veykril 2024-02-16 18:45:43 +00:00
tests Move dedup-dev-deps tests into rust-analyzer crate 2024-02-16 15:47:40 +01:00
build.rs
Cargo.toml Auto merge of #16445 - lnicola:bump-scip, r=lnicola 2024-01-31 09:27:01 +00:00