rust/crates/hir_expand
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
Cargo.toml Use expect-test for builtin macro/derive tests 2021-03-10 21:05:02 +01:00