rust/crates/rust-analyzer
Matthias Krüger cad617bba0 some clippy::performance fixes
use vec![] instead of Vec::new() +  push()
avoid redundant clones
use chars instead of &str for single char patterns in ends_with() and starts_with()
allocate some Vecs with capacity to avoid unneccessary resizing
2021-03-15 10:19:59 +01:00
..
src some clippy::performance fixes 2021-03-15 10:19:59 +01:00
tests/rust-analyzer Don't punish every crate with serde-json 2021-03-08 20:37:20 +03:00
build.rs Improve version display 2021-03-12 19:49:00 +02:00
Cargo.toml ⬆️ xflags 2021-03-07 11:12:59 +03:00