rust/crates/project_model
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 Bump cargo_metadata 2021-03-02 14:27:29 +02:00