rust/crates/proc_macro_api
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 Fix multiple issues from code review 2021-03-04 09:11:33 +08:00