rust/crates/rust-analyzer
Aleksey Kladov 92da7e9ffa internal: optimize compile time
cargo llvm-lines shows that path_to_error bloats the code. I don't think
I've needed this functionality recently, seems that we've fixed most of
the serialization problems. So let's just remove it. Should be easy to
add back if we ever need it, and it does make sense to keep the
`from_json` function around.
2021-08-15 13:24:37 +03:00
..
src internal: optimize compile time 2021-08-15 13:24:37 +03:00
tests/slow-tests implement feedback from review 2021-08-10 12:21:48 +02:00
build.rs minor: standard snippet 2021-05-07 21:46:25 +03:00
Cargo.toml internal: optimize compile time 2021-08-15 13:24:37 +03:00